@@ -176,7 +176,7 @@ maven.install(
176176 artifacts = [
177177 "com.beust:jcommander:1.82" ,
178178 "com.github.javaparser:javaparser-core:3.27.0" ,
179- "com.github.spotbugs:spotbugs:4.9.3 " ,
179+ "com.github.spotbugs:spotbugs:4.9.4 " ,
180180 "com.github.stephenc.jcip:jcip-annotations:1.0-1" ,
181181 "com.google.code.findbugs:jsr305:3.0.2" ,
182182 "com.google.code.gson:gson:2.13.1" ,
@@ -188,8 +188,8 @@ maven.install(
188188 "com.google.googlejavaformat:google-java-format:1.28.0" ,
189189 "com.graphql-java:graphql-java:24.1" ,
190190 "dev.failsafe:failsafe:3.3.2" ,
191- "io.grpc:grpc-context:1.73 .0" ,
192- "io.lettuce:lettuce-core:6.7.1 .RELEASE" ,
191+ "io.grpc:grpc-context:1.74 .0" ,
192+ "io.lettuce:lettuce-core:6.8.0 .RELEASE" ,
193193 "io.netty:netty-buffer" ,
194194 "io.netty:netty-codec-http" ,
195195 "io.netty:netty-codec-http2" ,
@@ -208,10 +208,10 @@ maven.install(
208208 "io.opentelemetry:opentelemetry-sdk-trace" ,
209209 "it.ozimov:embedded-redis:0.7.3" ,
210210 "net.bytebuddy:byte-buddy:1.17.6" ,
211- "org.htmlunit:htmlunit-core-js:4.13 .0" ,
211+ "org.htmlunit:htmlunit-core-js:4.14 .0" ,
212212 "org.apache.commons:commons-exec:1.5.0" ,
213213 "org.apache.logging.log4j:log4j-core:2.25.1" ,
214- "org.assertj:assertj-core:3.27.3 " ,
214+ "org.assertj:assertj-core:3.27.4 " ,
215215 "org.bouncycastle:bcpkix-jdk18on:1.81" ,
216216 "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
217217 "org.hsqldb:hsqldb:2.7.4" ,
@@ -233,8 +233,8 @@ maven.install(
233233 "uk.org.webcompere:system-stubs-core:2.1.8" ,
234234 ],
235235 boms = [
236- "io.opentelemetry:opentelemetry-bom:1.52 .0" ,
237- "io.netty:netty-bom:4.1.121 .Final" ,
236+ "io.opentelemetry:opentelemetry-bom:1.53 .0" ,
237+ "io.netty:netty-bom:4.2.3 .Final" ,
238238 "org.junit:junit-bom:5.13.4" ,
239239 ],
240240 excluded_artifacts = [
0 commit comments