Skip to content

Commit

Permalink
Bump java deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Apr 24, 2024
1 parent f3af582 commit fee33dd
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 352 deletions.
87 changes: 48 additions & 39 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -151,63 +151,72 @@ use_repo(
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

JUNIT_VERSION = "1.10.2"

JUPITER_VERSION = "5.10.2"

NETTY_VERSION = "4.1.109.Final"

OPENTELEMETRY_VERSION = "1.37.0"

maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.25.8",
"com.github.spotbugs:spotbugs:4.8.3",
"com.github.javaparser:javaparser-core:3.25.10",
"com.github.spotbugs:spotbugs:4.8.4",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.10.1",
"com.google.guava:guava:33.0.0-jre",
"com.google.guava:guava:33.1.0-jre",
"com.google.auto:auto-common:1.2.2",
"com.google.auto.service:auto-service:1.1.1",
"com.google.auto.service:auto-service-annotations:1.1.1",
"com.google.googlejavaformat:google-java-format:jar:1.19.2",
"com.google.googlejavaformat:google-java-format:jar:1.22.0",
"com.graphql-java:graphql-java:20.2",
"com.graphql-java:java-dataloader:3.2.0",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.61.1",
"io.lettuce:lettuce-core:6.3.1.RELEASE",
"io.netty:netty-buffer:4.1.107.Final",
"io.netty:netty-codec-http:4.1.107.Final",
"io.netty:netty-codec-http2:4.1.107.Final",
"io.netty:netty-common:4.1.107.Final",
"io.netty:netty-handler:4.1.107.Final",
"io.netty:netty-handler-proxy:4.1.107.Final",
"io.netty:netty-transport:4.1.107.Final",
"io.opentelemetry:opentelemetry-api:1.35.0",
"io.opentelemetry:opentelemetry-context:1.35.0",
"io.opentelemetry:opentelemetry-exporter-logging:1.35.0",
"io.opentelemetry:opentelemetry-sdk:1.35.0",
"io.opentelemetry:opentelemetry-sdk-common:1.35.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.35.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.35.0",
"io.opentelemetry:opentelemetry-sdk-testing:1.35.0",
"io.opentelemetry:opentelemetry-sdk-trace:1.35.0",
"io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha",
"io.grpc:grpc-context:1.63.0",
"io.lettuce:lettuce-core:6.3.2.RELEASE",
"io.netty:netty-buffer:%s" % NETTY_VERSION,
"io.netty:netty-codec-http:%s" % NETTY_VERSION,
"io.netty:netty-codec-http2:%s" % NETTY_VERSION,
"io.netty:netty-common:%s" % NETTY_VERSION,
"io.netty:netty-handler:%s" % NETTY_VERSION,
"io.netty:netty-handler-proxy:%s" % NETTY_VERSION,
"io.netty:netty-transport:%s" % NETTY_VERSION,
"io.opentelemetry:opentelemetry-api:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-context:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-exporter-logging:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk-common:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk-testing:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry:opentelemetry-sdk-trace:%s" % OPENTELEMETRY_VERSION,
"io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha",
"io.ous:jtoml:2.0.0",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.14.12",
"org.htmlunit:htmlunit-core-js:3.11.0",
"org.apache.commons:commons-exec:1.3",
"org.apache.logging.log4j:log4j-core:2.22.1",
"net.bytebuddy:byte-buddy:1.14.14",
"org.htmlunit:htmlunit-core-js:4.0.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.23.1",
"org.assertj:assertj-core:3.25.3",
"org.bouncycastle:bcpkix-jdk18on:1.77",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.2",
"org.junit.jupiter:junit-jupiter-api:5.10.2",
"org.junit.jupiter:junit-jupiter-engine:5.10.2",
"org.junit.jupiter:junit-jupiter-params:5.10.2",
"org.junit.platform:junit-platform-launcher:1.10.2",
"org.junit.platform:junit-platform-reporting:1.10.2",
"org.junit.platform:junit-platform-commons:1.10.2",
"org.junit.platform:junit-platform-engine:1.10.2",
"org.mockito:mockito-core:5.10.0",
"org.junit.jupiter:junit-jupiter-api:%s" % JUPITER_VERSION,
"org.junit.jupiter:junit-jupiter-engine:%s" % JUPITER_VERSION,
"org.junit.jupiter:junit-jupiter-params:%s" % JUPITER_VERSION,
"org.junit.platform:junit-platform-launcher:%s" % JUNIT_VERSION,
"org.junit.platform:junit-platform-reporting:%s" % JUNIT_VERSION,
"org.junit.platform:junit-platform-commons:%s" % JUNIT_VERSION,
"org.junit.platform:junit-platform-engine:%s" % JUNIT_VERSION,
"org.mockito:mockito-core:5.11.0",
"org.mockito:mockito-inline:5.2.0",
"org.redisson:redisson:3.26.1",
"org.slf4j:slf4j-api:2.0.12",
"org.slf4j:slf4j-jdk14:2.0.12",
"org.redisson:redisson:3.29.0",
"org.slf4j:slf4j-api:2.0.13",
"org.slf4j:slf4j-jdk14:2.0.13",
"org.zeromq:jeromq:0.6.0",
],
excluded_artifacts = [
Expand Down
Loading

0 comments on commit fee33dd

Please sign in to comment.