Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch committed Nov 15, 2024
1 parent 10ef326 commit d746e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.18.0",
"com.fasterxml.jackson:jackson-bom:2.18.1",
"com.google.guava:guava-bom:33.3.1-jre",
"com.google.protobuf:protobuf-bom:${System.getenv("PROTOBUF_VERSION").orEmpty().ifEmpty { "4.28.2" }}",
"org.junit:junit-bom:5.11.1",
"org.junit:junit-bom:5.11.3",
)

val DEPENDENCY_SETS = listOf(
DependencySet(
"com.google.errorprone",
"2.33.0",
"2.35.1",
listOf("error_prone_annotations", "error_prone_core")
)
)

val DEPENDENCIES = listOf(
"com.google.code.findbugs:annotations:3.0.1",
"com.google.code.findbugs:jsr305:3.0.2",
"com.uber.nullaway:nullaway:0.11.3",
"net.bytebuddy:byte-buddy:1.15.3",
"com.uber.nullaway:nullaway:0.12.1",
"net.bytebuddy:byte-buddy:1.15.10",
"org.assertj:assertj-core:3.26.3",
)

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d746e1b

Please sign in to comment.