Skip to content

Commit

Permalink
Bump most java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 30, 2021
1 parent f247a21 commit fdaaf0c
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 1,241 deletions.
34 changes: 17 additions & 17 deletions java/maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@rules_jvm_external//:specs.bzl", "maven")

def selenium_java_deps():
netty_version = "4.1.63.Final"
netty_version = "4.1.67.Final"
opentelemetry_version = "1.2.0"

maven_install(
artifacts = [
"com.beust:jcommander:1.81",
"com.github.javaparser:javaparser-core:3.22.0",
"com.github.javaparser:javaparser-core:3.23.0",
maven.artifact(
group = "com.github.spotbugs",
artifact = "spotbugs",
version = "4.2.3",
version = "4.4.0",
exclusions = [
"org.slf4j:slf4j-api",
],
),
"com.google.code.gson:gson:2.8.6",
"com.google.code.gson:gson:2.8.8",
"com.google.guava:guava:30.1.1-jre",
"com.google.auto:auto-common:1.0",
"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.37.0",
"io.lettuce:lettuce-core:6.1.2.RELEASE",
"io.grpc:grpc-context:1.40.1",
"io.lettuce:lettuce-core:6.1.4.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.0",
"net.jodah:failsafe:2.4.0",
"net.sourceforge.htmlunit:htmlunit-core-js:2.49.0",
"net.bytebuddy:byte-buddy:1.11.13",
"net.jodah:failsafe:2.4.3",
"net.sourceforge.htmlunit:htmlunit-core-js:2.52.0",
"org.apache.commons:commons-exec:1.3",
"org.assertj:assertj-core:3.19.0",
"org.assertj:assertj-core:3.20.2",
"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.10.0",
"org.slf4j:slf4j-api:1.7.30",
"org.slf4j:slf4j-jdk14:1.7.30",
"org.mockito:mockito-core:3.12.4",
"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.3",
"org.seleniumhq.selenium:htmlunit-driver:2.49.1",
"org.redisson:redisson:3.15.5",
"xyz.rogfam:littleproxy:2.0.5",
"org.seleniumhq.selenium:htmlunit-driver:2.52.0",
"org.redisson:redisson:3.16.1",
],
excluded_artifacts = [
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2
Expand Down
Loading

0 comments on commit fdaaf0c

Please sign in to comment.