Skip to content

Commit 9e4d801

Browse files
fix(deps): update all patch versions
1 parent 7f50d5b commit 9e4d801

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ val DEPENDENCY_BOMS = listOf(
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",
35-
"io.netty:netty-bom:4.2.10.Final",
36-
"io.zipkin.brave:brave-bom:6.3.0",
37-
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.1",
35+
"io.netty:netty-bom:4.2.12.Final",
36+
"io.zipkin.brave:brave-bom:6.3.1",
37+
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.3",
3838
"org.assertj:assertj-bom:3.27.7",
3939
"org.testcontainers:testcontainers-bom:2.0.4",
4040
"org.snakeyaml:snakeyaml-engine:2.10"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.gradleup.shadow") version "9.4.0"
3+
id("com.gradleup.shadow") version "9.4.1"
44
id("com.gradle.develocity") version "4.4.0"
55
id("de.undercouch.download") version "5.7.0"
66
id("org.jsonschema2pojo") version "1.3.3"

0 commit comments

Comments
 (0)