@@ -175,7 +175,7 @@ maven.install(
175175 name = "maven" ,
176176 artifacts = [
177177 "com.beust:jcommander:1.82" ,
178- "com.github.javaparser:javaparser-core:3.26.4 " ,
178+ "com.github.javaparser:javaparser-core:3.27.0 " ,
179179 "com.github.spotbugs:spotbugs:4.9.3" ,
180180 "com.github.stephenc.jcip:jcip-annotations:1.0-1" ,
181181 "com.google.code.findbugs:jsr305:3.0.2" ,
@@ -187,8 +187,8 @@ maven.install(
187187 "com.google.googlejavaformat:google-java-format:1.27.0" ,
188188 "com.graphql-java:graphql-java:22.3" ,
189189 "dev.failsafe:failsafe:3.3.2" ,
190- "io.grpc:grpc-context:1.72 .0" ,
191- "io.lettuce:lettuce-core:6.6.0 .RELEASE" ,
190+ "io.grpc:grpc-context:1.73 .0" ,
191+ "io.lettuce:lettuce-core:6.7.1 .RELEASE" ,
192192 "io.netty:netty-buffer" ,
193193 "io.netty:netty-codec-http" ,
194194 "io.netty:netty-codec-http2" ,
@@ -207,11 +207,11 @@ maven.install(
207207 "io.opentelemetry:opentelemetry-sdk-trace" ,
208208 "it.ozimov:embedded-redis:0.7.3" ,
209209 "net.bytebuddy:byte-buddy:1.17.6" ,
210- "org.htmlunit:htmlunit-core-js:4.12 .0" ,
211- "org.apache.commons:commons-exec:1.4 .0" ,
212- "org.apache.logging.log4j:log4j-core:2.24.3 " ,
210+ "org.htmlunit:htmlunit-core-js:4.13 .0" ,
211+ "org.apache.commons:commons-exec:1.5 .0" ,
212+ "org.apache.logging.log4j:log4j-core:2.25.0 " ,
213213 "org.assertj:assertj-core:3.27.3" ,
214- "org.bouncycastle:bcpkix-jdk18on:1.80 " ,
214+ "org.bouncycastle:bcpkix-jdk18on:1.81 " ,
215215 "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
216216 "org.hsqldb:hsqldb:2.7.4" ,
217217 "org.jspecify:jspecify:1.0.0" ,
@@ -223,7 +223,7 @@ maven.install(
223223 "org.junit.platform:junit-platform-commons" ,
224224 "org.junit.platform:junit-platform-engine" ,
225225 "org.mockito:mockito-core:5.18.0" ,
226- "org.redisson:redisson:3.47 .0" ,
226+ "org.redisson:redisson:3.50 .0" ,
227227 "org.slf4j:slf4j-api:2.0.17" ,
228228 "org.slf4j:slf4j-jdk14:2.0.17" ,
229229 "org.tomlj:tomlj:1.1.1" ,
@@ -232,9 +232,9 @@ maven.install(
232232 "uk.org.webcompere:system-stubs-core:2.1.8" ,
233233 ],
234234 boms = [
235- "io.opentelemetry:opentelemetry-bom:1.50 .0" ,
236- "io.netty:netty-bom:4.1.121 .Final" ,
237- "org.junit:junit-bom:5.12 .2" ,
235+ "io.opentelemetry:opentelemetry-bom:1.51 .0" ,
236+ "io.netty:netty-bom:4.2.2 .Final" ,
237+ "org.junit:junit-bom:5.13 .2" ,
238238 ],
239239 excluded_artifacts = [
240240 "org.hamcrest:hamcrest-all" , # Replaced by hamcrest 2
0 commit comments