Skip to content

Commit

Permalink
build: Update common-jvm to 0.98.0 (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 authored Dec 17, 2024
1 parent 87c6608 commit f0a2c0d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.97.0",
version = "0.98.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 41 additions & 2 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1258092529,
"__RESOLVED_ARTIFACTS_HASH": 419382716,
"__INPUT_ARTIFACTS_HASH": 615653580,
"__RESOLVED_ARTIFACTS_HASH": -1650236518,
"artifacts": {
"args4j:args4j": {
"shasums": {
Expand Down Expand Up @@ -1766,6 +1766,13 @@
},
"version": "0.27.0"
},
"io.projectreactor.addons:reactor-pool": {
"shasums": {
"jar": "1ef7e46c3ab451684488879ffca6c2bb0039e29f02af60d780fe7d481bdffea1",
"sources": "e7ace37b6bf9cf1d5b11e1d0be1e92f75d278b594a691a1e36613391f3b646a1"
},
"version": "1.0.8"
},
"io.projectreactor.netty:reactor-netty-core": {
"shasums": {
"jar": "9dd0c5ac8216586a3cc41a7c4ff6b1482e3f5ede61798c2d9b6a13c34c199994",
Expand Down Expand Up @@ -1822,6 +1829,13 @@
},
"version": "0.16.0"
},
"io.r2dbc:r2dbc-pool": {
"shasums": {
"jar": "be1ad2fd95629c70dfcf384be1eb4bfc1723d90d6a0d2e4227d02f3b7ab0885a",
"sources": "aceb2ace85124594de15c367e7dc769586e02cc169e546cff4dc623b9831a060"
},
"version": "1.0.0.RELEASE"
},
"io.r2dbc:r2dbc-spi": {
"shasums": {
"jar": "a5846c59fea336431a4ae72ca14edbf5299b78486fa308eafb383f4ae0ea74e5",
Expand Down Expand Up @@ -5250,6 +5264,9 @@
"io.opentelemetry:opentelemetry-api-incubator",
"io.opentelemetry:opentelemetry-sdk"
],
"io.projectreactor.addons:reactor-pool": [
"io.projectreactor:reactor-core"
],
"io.projectreactor.netty:reactor-netty-core": [
"io.netty:netty-handler",
"io.netty:netty-handler-proxy",
Expand Down Expand Up @@ -5278,6 +5295,11 @@
"io.prometheus:simpleclient_tracer_otel_agent": [
"io.prometheus:simpleclient_tracer_common"
],
"io.r2dbc:r2dbc-pool": [
"io.projectreactor.addons:reactor-pool",
"io.projectreactor:reactor-core",
"io.r2dbc:r2dbc-spi"
],
"io.r2dbc:r2dbc-spi": [
"org.reactivestreams:reactive-streams"
],
Expand Down Expand Up @@ -8502,6 +8524,11 @@
"io.perfmark:perfmark-api": [
"io.perfmark"
],
"io.projectreactor.addons:reactor-pool": [
"reactor.pool",
"reactor.pool.decorators",
"reactor.pool.introspection"
],
"io.projectreactor.netty:reactor-netty-core": [
"reactor.netty",
"reactor.netty.channel",
Expand Down Expand Up @@ -8549,6 +8576,9 @@
"io.prometheus:simpleclient_tracer_otel_agent": [
"io.prometheus.client.exemplars.tracer.otel_agent"
],
"io.r2dbc:r2dbc-pool": [
"io.r2dbc.pool"
],
"io.r2dbc:r2dbc-spi": [
"io.r2dbc.spi"
],
Expand Down Expand Up @@ -12681,6 +12711,8 @@
"io.opentelemetry:opentelemetry-sdk:jar:sources",
"io.perfmark:perfmark-api",
"io.perfmark:perfmark-api:jar:sources",
"io.projectreactor.addons:reactor-pool",
"io.projectreactor.addons:reactor-pool:jar:sources",
"io.projectreactor.netty:reactor-netty-core",
"io.projectreactor.netty:reactor-netty-core:jar:sources",
"io.projectreactor:reactor-core",
Expand All @@ -12697,6 +12729,8 @@
"io.prometheus:simpleclient_tracer_otel:jar:sources",
"io.prometheus:simpleclient_tracer_otel_agent",
"io.prometheus:simpleclient_tracer_otel_agent:jar:sources",
"io.r2dbc:r2dbc-pool",
"io.r2dbc:r2dbc-pool:jar:sources",
"io.r2dbc:r2dbc-spi",
"io.r2dbc:r2dbc-spi:jar:sources",
"io.swagger:swagger-annotations",
Expand Down Expand Up @@ -13413,6 +13447,11 @@
"reactor.core.scheduler.ReactorBlockHoundIntegration"
]
},
"io.r2dbc:r2dbc-pool": {
"io.r2dbc.spi.ConnectionFactoryProvider": [
"io.r2dbc.pool.PoolingConnectionFactoryProvider"
]
},
"org.apache.beam:beam-runners-core-construction-java": {
"org.apache.beam.runners.core.construction.CoderTranslatorRegistrar": [
"org.apache.beam.runners.core.construction.AvroGenericCoderRegistrar",
Expand Down

0 comments on commit f0a2c0d

Please sign in to comment.