Skip to content

Commit

Permalink
Update most java deps to latest stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 7, 2021
1 parent 3b84577 commit 3fba1c8
Show file tree
Hide file tree
Showing 2 changed files with 821 additions and 824 deletions.
22 changes: 11 additions & 11 deletions java/maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def selenium_java_deps():
maven_install(
artifacts = [
"com.beust:jcommander:1.81",
"com.github.javaparser:javaparser-core:3.23.0",
"com.github.javaparser:javaparser-core:3.23.1",
maven.artifact(
group = "com.github.spotbugs",
artifact = "spotbugs",
Expand All @@ -18,13 +18,13 @@ def selenium_java_deps():
],
),
"com.google.code.gson:gson:2.8.8",
"com.google.guava:guava:30.1.1-jre",
"com.google.guava:guava:31.0.1-jre",
"com.google.auto:auto-common:1.1.2",
"com.google.auto.service:auto-service:1.0",
"com.google.auto.service:auto-service-annotations:1.0",
"com.graphql-java:graphql-java:16.2",
"io.grpc:grpc-context:1.40.1",
"io.lettuce:lettuce-core:6.1.4.RELEASE",
"io.grpc:grpc-context:1.41.0",
"io.lettuce:lettuce-core:6.1.5.RELEASE",
"io.netty:netty-buffer:%s" % netty_version,
"io.netty:netty-codec-haproxy:%s" % netty_version,
"io.netty:netty-codec-http:%s" % netty_version,
Expand Down Expand Up @@ -60,23 +60,23 @@ def selenium_java_deps():
"org.hamcrest:hamcrest-library",
],
),
"net.bytebuddy:byte-buddy:1.11.13",
"net.jodah:failsafe:2.4.3",
"net.sourceforge.htmlunit:htmlunit-core-js:2.52.0",
"net.bytebuddy:byte-buddy:1.11.19",
"net.jodah:failsafe:2.4.4",
"net.sourceforge.htmlunit:htmlunit-core-js:2.53.0",
"org.apache.commons:commons-exec:1.3",
"org.assertj:assertj-core:3.20.2",
"org.assertj:assertj-core:3.21.0",
"org.asynchttpclient:async-http-client:2.12.3",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hamcrest:hamcrest:2.2",
"org.hsqldb:hsqldb:2.6.0",
"org.mockito:mockito-core:3.12.4",
"org.mockito:mockito-core:4.0.0",
"org.slf4j:slf4j-api:1.7.32",
"org.slf4j:slf4j-jdk14:1.7.32",
"org.testng:testng:7.4.0",
"org.zeromq:jeromq:0.5.2",
"xyz.rogfam:littleproxy:2.0.5",
"org.seleniumhq.selenium:htmlunit-driver:2.52.0",
"org.redisson:redisson:3.16.1",
"org.seleniumhq.selenium:htmlunit-driver:2.53.0",
"org.redisson:redisson:3.16.3",
],
excluded_artifacts = [
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2
Expand Down
Loading

0 comments on commit 3fba1c8

Please sign in to comment.