Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 5.0.2 to 5.0.3 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt).


Updates `com.github.ajalt.clikt:clikt` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: com.github.ajalt.clikt:clikt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wadoon committed Feb 10, 2025
1 parent 5f407f7 commit f3f51e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion absintsfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.github.ajalt.clikt:clikt:5.0.2")
implementation("com.github.ajalt.clikt:clikt:5.0.3")
implementation("org.graphstream:gs-core:2.0")
implementation("org.graphstream:gs-ui:1.3")
implementation("org.graphstream:gs-algo:2.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ truth = { module = "com.google.truth:truth", version = "1.4.4" }
antlrRuntime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr" }
antlr = { module = "org.antlr:antlr4", version.ref = "antlr" }
jdom = { module = "org.jdom:jdom2", version = "2.0.6.1" }
clickt = { module = "com.github.ajalt.clikt:clikt", version = "5.0.2" }
clickt = { module = "com.github.ajalt.clikt:clikt", version = "5.0.3" }

# Libraries can be bundled together for easier import
[bundles]
Expand Down

0 comments on commit f3f51e6

Please sign in to comment.