Skip to content

Commit

Permalink
[java] Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 18, 2023
1 parent 928e5d7 commit 3ad153b
Show file tree
Hide file tree
Showing 2 changed files with 1,515 additions and 1,575 deletions.
26 changes: 13 additions & 13 deletions java/maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@rules_jvm_external//:specs.bzl", "maven")

def selenium_java_deps():
netty_version = "4.1.86.Final"
opentelemetry_version = "1.21.0"
junit_jupiter_version = "5.9.1"
junit_platform_version = "1.9.1"
netty_version = "4.1.87.Final"
opentelemetry_version = "1.22.0"
junit_jupiter_version = "5.9.2"
junit_platform_version = "1.9.2"

maven_install(
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.24.9",
"com.github.javaparser:javaparser-core:3.24.10",
maven.artifact(
group = "com.github.spotbugs",
artifact = "spotbugs",
Expand All @@ -19,14 +19,14 @@ def selenium_java_deps():
"org.slf4j:slf4j-api",
],
),
"com.google.code.gson:gson:2.10",
"com.google.code.gson:gson:2.10.1",
"com.google.guava:guava:31.1-jre",
"com.google.auto:auto-common:1.2.1",
"com.google.auto.service:auto-service:1.0.1",
"com.google.auto.service:auto-service-annotations:1.0.1",
"com.graphql-java:graphql-java:20.0",
"com.graphql-java:java-dataloader:3.2.0",
"io.grpc:grpc-context:1.51.1",
"io.grpc:grpc-context:1.52.1",
"io.lettuce:lettuce-core:6.2.2.RELEASE",
"io.netty:netty-buffer:%s" % netty_version,
"io.netty:netty-codec-haproxy:%s" % netty_version,
Expand Down Expand Up @@ -78,11 +78,11 @@ def selenium_java_deps():
"org.junit.platform:junit-platform-engine:%s" % junit_platform_version,
"org.junit.platform:junit-platform-suite-engine:%s" % junit_platform_version,
"org.junit.platform:junit-platform-suite-api:%s" % junit_platform_version,
"net.bytebuddy:byte-buddy:1.12.20",
"net.bytebuddy:byte-buddy:1.12.22",
"dev.failsafe:failsafe:3.3.0",
"net.sourceforge.htmlunit:htmlunit-core-js:2.67.0",
"net.sourceforge.htmlunit:htmlunit-core-js:2.69.0",
"org.apache.commons:commons-exec:1.3",
"org.assertj:assertj-core:3.23.1",
"org.assertj:assertj-core:3.24.2",
maven.artifact(
group = "org.asynchttpclient",
artifact = "async-http-client",
Expand All @@ -95,14 +95,14 @@ def selenium_java_deps():
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hamcrest:hamcrest:2.2",
"org.hsqldb:hsqldb:2.7.1",
"org.mockito:mockito-core:4.10.0",
"org.mockito:mockito-core:5.0.0",
"org.slf4j:slf4j-api:2.0.6",
"org.slf4j:slf4j-jdk14:2.0.6",
"org.testng:testng:7.7.0",
"org.testng:testng:7.7.1",
"org.zeromq:jeromq:0.5.3",
"xyz.rogfam:littleproxy:2.0.15",
"org.seleniumhq.selenium:htmlunit-driver:4.7.2",
"org.redisson:redisson:3.19.0",
"org.redisson:redisson:3.19.1",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
],
excluded_artifacts = [
Expand Down
Loading

0 comments on commit 3ad153b

Please sign in to comment.