Skip to content

Commit

Permalink
Library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed May 29, 2024
1 parent 5189fd8 commit 235c3d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ subprojects {
// This exclusion isn't required on 7.6.1 and above.
extra["jacksonVersion"] = "2.14.3"
extra["jgitVersion"] = "6.3.0.202209071007-r"
extra["junitVersion"] = "4.13.1"
extra["logbackVersion"] = "1.2.9"
extra["junitVersion"] = "4.13.2"
extra["logbackVersion"] = "1.5.6"
extra["mavenVersion"] = "3.6.3"
extra["opentelemetryVersion"] = "1.2.0"
extra["ownerVersion"] = "1.0.12"
extra["pmeVersion"] = "4.16"
extra["slf4jVersion"] = "1.7.36"
extra["slf4jVersion"] = "2.0.13"
extra["systemRulesVersion"] = "1.19.0"

if (org.gradle.util.GradleVersion.current() < org.gradle.util.GradleVersion.version("5.4")) {
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

api(project(":common"))
implementation("org.gradle:gradle-tooling-api:${project.extra.get("gradleVersion")}")
implementation("info.picocli:picocli:4.0.4")
implementation("info.picocli:picocli:4.6.3")

implementation("com.fasterxml.jackson.core:jackson-databind:${project.extra.get("jacksonVersion")}")
implementation("com.fasterxml.jackson.core:jackson-annotations:${project.extra.get("jacksonVersion")}")
Expand Down

0 comments on commit 235c3d8

Please sign in to comment.