@@ -8,7 +8,7 @@ def selenium_java_deps():
8
8
maven_install (
9
9
artifacts = [
10
10
"com.beust:jcommander:1.81" ,
11
- "com.github.javaparser:javaparser-core:3.23.0 " ,
11
+ "com.github.javaparser:javaparser-core:3.23.1 " ,
12
12
maven .artifact (
13
13
group = "com.github.spotbugs" ,
14
14
artifact = "spotbugs" ,
@@ -18,13 +18,13 @@ def selenium_java_deps():
18
18
],
19
19
),
20
20
"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" ,
22
22
"com.google.auto:auto-common:1.1.2" ,
23
23
"com.google.auto.service:auto-service:1.0" ,
24
24
"com.google.auto.service:auto-service-annotations:1.0" ,
25
25
"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" ,
28
28
"io.netty:netty-buffer:%s" % netty_version ,
29
29
"io.netty:netty-codec-haproxy:%s" % netty_version ,
30
30
"io.netty:netty-codec-http:%s" % netty_version ,
@@ -60,23 +60,23 @@ def selenium_java_deps():
60
60
"org.hamcrest:hamcrest-library" ,
61
61
],
62
62
),
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" ,
66
66
"org.apache.commons:commons-exec:1.3" ,
67
- "org.assertj:assertj-core:3.20.2 " ,
67
+ "org.assertj:assertj-core:3.21.0 " ,
68
68
"org.asynchttpclient:async-http-client:2.12.3" ,
69
69
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
70
70
"org.hamcrest:hamcrest:2.2" ,
71
71
"org.hsqldb:hsqldb:2.6.0" ,
72
- "org.mockito:mockito-core:3.12.4 " ,
72
+ "org.mockito:mockito-core:4.0.0 " ,
73
73
"org.slf4j:slf4j-api:1.7.32" ,
74
74
"org.slf4j:slf4j-jdk14:1.7.32" ,
75
75
"org.testng:testng:7.4.0" ,
76
76
"org.zeromq:jeromq:0.5.2" ,
77
77
"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 " ,
80
80
],
81
81
excluded_artifacts = [
82
82
"org.hamcrest:hamcrest-all" , # Replaced by hamcrest 2
0 commit comments