@@ -8,7 +8,7 @@ def selenium_java_deps():
88 maven_install (
99 artifacts = [
1010 "com.beust:jcommander:1.81" ,
11- "com.github.javaparser:javaparser-core:3.23.0 " ,
11+ "com.github.javaparser:javaparser-core:3.23.1 " ,
1212 maven .artifact (
1313 group = "com.github.spotbugs" ,
1414 artifact = "spotbugs" ,
@@ -18,13 +18,13 @@ def selenium_java_deps():
1818 ],
1919 ),
2020 "com.google.code.gson:gson:2.8.8" ,
21- "com.google.guava:guava:30.1 .1-jre" ,
21+ "com.google.guava:guava:31.0 .1-jre" ,
2222 "com.google.auto:auto-common:1.1.2" ,
2323 "com.google.auto.service:auto-service:1.0" ,
2424 "com.google.auto.service:auto-service-annotations:1.0" ,
2525 "com.graphql-java:graphql-java:16.2" ,
26- "io.grpc:grpc-context:1.40.1 " ,
27- "io.lettuce:lettuce-core:6.1.4 .RELEASE" ,
26+ "io.grpc:grpc-context:1.41.0 " ,
27+ "io.lettuce:lettuce-core:6.1.5 .RELEASE" ,
2828 "io.netty:netty-buffer:%s" % netty_version ,
2929 "io.netty:netty-codec-haproxy:%s" % netty_version ,
3030 "io.netty:netty-codec-http:%s" % netty_version ,
@@ -60,23 +60,23 @@ def selenium_java_deps():
6060 "org.hamcrest:hamcrest-library" ,
6161 ],
6262 ),
63- "net.bytebuddy:byte-buddy:1.11.13 " ,
64- "net.jodah:failsafe:2.4.3 " ,
65- "net.sourceforge.htmlunit:htmlunit-core-js:2.52 .0" ,
63+ "net.bytebuddy:byte-buddy:1.11.19 " ,
64+ "net.jodah:failsafe:2.4.4 " ,
65+ "net.sourceforge.htmlunit:htmlunit-core-js:2.53 .0" ,
6666 "org.apache.commons:commons-exec:1.3" ,
67- "org.assertj:assertj-core:3.20.2 " ,
67+ "org.assertj:assertj-core:3.21.0 " ,
6868 "org.asynchttpclient:async-http-client:2.12.3" ,
6969 "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
7070 "org.hamcrest:hamcrest:2.2" ,
7171 "org.hsqldb:hsqldb:2.6.0" ,
72- "org.mockito:mockito-core:3.12.4 " ,
72+ "org.mockito:mockito-core:4.0.0 " ,
7373 "org.slf4j:slf4j-api:1.7.32" ,
7474 "org.slf4j:slf4j-jdk14:1.7.32" ,
7575 "org.testng:testng:7.4.0" ,
7676 "org.zeromq:jeromq:0.5.2" ,
7777 "xyz.rogfam:littleproxy:2.0.5" ,
78- "org.seleniumhq.selenium:htmlunit-driver:2.52 .0" ,
79- "org.redisson:redisson:3.16.1 " ,
78+ "org.seleniumhq.selenium:htmlunit-driver:2.53 .0" ,
79+ "org.redisson:redisson:3.16.3 " ,
8080 ],
8181 excluded_artifacts = [
8282 "org.hamcrest:hamcrest-all" , # Replaced by hamcrest 2
0 commit comments