@@ -64,7 +64,7 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf", version.ref = "grpc" }
6464grpc-stub = { module = " io.grpc:grpc-stub" , version.ref = " grpc" }
6565grpc-testing = { module = " io.grpc:grpc-testing" , version.ref = " grpc" }
6666guava = { module = " com.google.guava:guava" , version.ref = " guava" }
67- httpcomponents-api = { module = " org.apache.httpcomponents:httpclient" , version.ref = " httpcomponents" }
67+ httpcomponents-httpclient = { module = " org.apache.httpcomponents:httpclient" , version.ref = " httpcomponents" }
6868httpcomponents-httpmime = { module = " org.apache.httpcomponents:httpmime" , version.ref = " httpcomponents" }
6969jackson-bom = { module = " com.fasterxml.jackson:jackson-bom" , version.ref = " jackson" }
7070jackson-core = { module = " com.fasterxml.jackson.core:jackson-core" }
@@ -112,9 +112,9 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
112112
113113[plugins ]
114114# versions = { id = "com.github.ben-manes.versions", version = "0.45.0" }
115- cyclonedx-bom = { id = " org.cyclonedx.bom" , version = " 3.0.1 " }
115+ cyclonedx-bom = { id = " org.cyclonedx.bom" , version = " 3.1.0 " }
116116execfork = { id = " com.github.psxpaul.execfork" , version = " 0.2.2" }
117117javacc = { id = " org.javacc.javacc" , version = " 4.0.1" }
118118protobuf = { id = " com.google.protobuf" , version = " 0.9.5" }
119- shadow = { id = " com.gradleup.shadow" , version = " 9.2.2 " }
119+ shadow = { id = " com.gradleup.shadow" , version = " 9.3.1 " }
120120spotless = { id = " com.diffplug.spotless" , version = " 8.0.0" }
0 commit comments