Skip to content

Commit a88681a

Browse files
fix(deps): update all patch versions (#8208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e85e01 commit a88681a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val jmhVersion = "1.37"
1515
val mockitoVersion = "4.11.0"
1616
val slf4jVersion = "2.0.17"
1717
val opencensusVersion = "0.31.1"
18-
val prometheusServerVersion = "1.5.0"
18+
val prometheusServerVersion = "1.5.1"
1919
val armeriaVersion = "1.37.0"
2020
val junitVersion = "5.14.3"
2121
val okhttpVersion = "5.3.2"
@@ -26,17 +26,17 @@ val DEPENDENCY_BOMS = listOf(
2626
// (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
2727
// by FOSSA for containing EPL-licensed)
2828

29-
"com.fasterxml.jackson:jackson-bom:2.21.1",
29+
"com.fasterxml.jackson:jackson-bom:2.21.2",
3030
"com.google.guava:guava-bom:33.5.0-jre",
31-
"com.google.protobuf:protobuf-bom:4.34.0",
31+
"com.google.protobuf:protobuf-bom:4.34.1",
3232
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
3333
"com.squareup.okio:okio-bom:3.17.0", // applies to transitive dependencies of okhttp
3434
"io.grpc:grpc-bom:1.80.0",
3535
"io.netty:netty-bom:4.2.10.Final",
3636
"io.zipkin.brave:brave-bom:6.3.0",
3737
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.1",
3838
"org.assertj:assertj-bom:3.27.7",
39-
"org.testcontainers:testcontainers-bom:2.0.3",
39+
"org.testcontainers:testcontainers-bom:2.0.4",
4040
"org.snakeyaml:snakeyaml-engine:2.10"
4141
)
4242

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)