@@ -2,29 +2,29 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
2
2
load ("@rules_jvm_external//:specs.bzl" , "maven" )
3
3
4
4
def selenium_java_deps ():
5
- netty_version = "4.1.63 .Final"
5
+ netty_version = "4.1.67 .Final"
6
6
opentelemetry_version = "1.2.0"
7
7
8
8
maven_install (
9
9
artifacts = [
10
10
"com.beust:jcommander:1.81" ,
11
- "com.github.javaparser:javaparser-core:3.22 .0" ,
11
+ "com.github.javaparser:javaparser-core:3.23 .0" ,
12
12
maven .artifact (
13
13
group = "com.github.spotbugs" ,
14
14
artifact = "spotbugs" ,
15
- version = "4.2.3 " ,
15
+ version = "4.4.0 " ,
16
16
exclusions = [
17
17
"org.slf4j:slf4j-api" ,
18
18
],
19
19
),
20
- "com.google.code.gson:gson:2.8.6 " ,
20
+ "com.google.code.gson:gson:2.8.8 " ,
21
21
"com.google.guava:guava:30.1.1-jre" ,
22
- "com.google.auto:auto-common:1.0 " ,
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.37.0 " ,
27
- "io.lettuce:lettuce-core:6.1.2 .RELEASE" ,
26
+ "io.grpc:grpc-context:1.40.1 " ,
27
+ "io.lettuce:lettuce-core:6.1.4 .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.0 " ,
64
- "net.jodah:failsafe:2.4.0 " ,
65
- "net.sourceforge.htmlunit:htmlunit-core-js:2.49 .0" ,
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" ,
66
66
"org.apache.commons:commons-exec:1.3" ,
67
- "org.assertj:assertj-core:3.19.0 " ,
67
+ "org.assertj:assertj-core:3.20.2 " ,
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.10.0 " ,
73
- "org.slf4j:slf4j-api:1.7.30 " ,
74
- "org.slf4j:slf4j-jdk14:1.7.30 " ,
72
+ "org.mockito:mockito-core:3.12.4 " ,
73
+ "org.slf4j:slf4j-api:1.7.32 " ,
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
- "xyz.rogfam:littleproxy:2.0.3 " ,
78
- "org.seleniumhq.selenium:htmlunit-driver:2.49.1 " ,
79
- "org.redisson:redisson:3.15.5 " ,
77
+ "xyz.rogfam:littleproxy:2.0.5 " ,
78
+ "org.seleniumhq.selenium:htmlunit-driver:2.52.0 " ,
79
+ "org.redisson:redisson:3.16.1 " ,
80
80
],
81
81
excluded_artifacts = [
82
82
"org.hamcrest:hamcrest-all" , # Replaced by hamcrest 2
0 commit comments