@@ -2,29 +2,29 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
22load ("@rules_jvm_external//:specs.bzl" , "maven" )
33
44def selenium_java_deps ():
5- netty_version = "4.1.63 .Final"
5+ netty_version = "4.1.67 .Final"
66 opentelemetry_version = "1.2.0"
77
88 maven_install (
99 artifacts = [
1010 "com.beust:jcommander:1.81" ,
11- "com.github.javaparser:javaparser-core:3.22 .0" ,
11+ "com.github.javaparser:javaparser-core:3.23 .0" ,
1212 maven .artifact (
1313 group = "com.github.spotbugs" ,
1414 artifact = "spotbugs" ,
15- version = "4.2.3 " ,
15+ version = "4.4.0 " ,
1616 exclusions = [
1717 "org.slf4j:slf4j-api" ,
1818 ],
1919 ),
20- "com.google.code.gson:gson:2.8.6 " ,
20+ "com.google.code.gson:gson:2.8.8 " ,
2121 "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 " ,
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.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" ,
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.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" ,
6666 "org.apache.commons:commons-exec:1.3" ,
67- "org.assertj:assertj-core:3.19.0 " ,
67+ "org.assertj:assertj-core:3.20.2 " ,
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.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 " ,
7575 "org.testng:testng:7.4.0" ,
7676 "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 " ,
8080 ],
8181 excluded_artifacts = [
8282 "org.hamcrest:hamcrest-all" , # Replaced by hamcrest 2
0 commit comments