Skip to content

Commit

Permalink
Merge branch 'trunk' into grid_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani authored May 24, 2022
2 parents 4b9ec7e + ffc9551 commit 673caeb
Show file tree
Hide file tree
Showing 2 changed files with 1,343 additions and 1,331 deletions.
16 changes: 8 additions & 8 deletions java/maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@rules_jvm_external//:specs.bzl", "maven")

def selenium_java_deps():
netty_version = "4.1.76.Final"
opentelemetry_version = "1.13.0"
netty_version = "4.1.77.Final"
opentelemetry_version = "1.14.0"

maven_install(
artifacts = [
Expand All @@ -22,7 +22,7 @@ def selenium_java_deps():
"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:18.0",
"com.graphql-java:graphql-java:18.1",
"com.graphql-java:java-dataloader:3.1.2",
"io.grpc:grpc-context:1.46.0",
"io.lettuce:lettuce-core:6.1.8.RELEASE",
Expand Down Expand Up @@ -66,8 +66,8 @@ def selenium_java_deps():
"org.hamcrest:hamcrest-library",
],
),
"net.bytebuddy:byte-buddy:1.12.9",
"dev.failsafe:failsafe:3.2.3",
"net.bytebuddy:byte-buddy:1.12.10",
"dev.failsafe:failsafe:3.2.4",
"net.sourceforge.htmlunit:htmlunit-core-js:2.61.1",
"org.apache.commons:commons-exec:1.3",
"org.assertj:assertj-core:3.22.0",
Expand All @@ -78,11 +78,11 @@ def selenium_java_deps():
"org.mockito:mockito-core:4.5.1",
"org.slf4j:slf4j-api:1.7.36",
"org.slf4j:slf4j-jdk14:1.7.36",
"org.testng:testng:7.5",
"org.testng:testng:7.6.0",
"org.zeromq:jeromq:0.5.2",
"xyz.rogfam:littleproxy:2.0.7",
"xyz.rogfam:littleproxy:2.0.9",
"org.seleniumhq.selenium:htmlunit-driver:3.61.0",
"org.redisson:redisson:3.17.1",
"org.redisson:redisson:3.17.2",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
],
excluded_artifacts = [
Expand Down
Loading

0 comments on commit 673caeb

Please sign in to comment.