Skip to content

Commit 6422092

Browse files
authored
Upgrade dependencies (#12588)
1 parent 12f610f commit 6422092

File tree

6 files changed

+54
-53
lines changed

6 files changed

+54
-53
lines changed

MODULE.bazel

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ module(
88
# GRPC_DEPS_START
99
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1010
"com.google.android:annotations:4.1.1.4",
11-
"com.google.api.grpc:proto-google-common-protos:2.63.1",
12-
"com.google.auth:google-auth-library-credentials:1.40.0",
13-
"com.google.auth:google-auth-library-oauth2-http:1.40.0",
11+
"com.google.api.grpc:proto-google-common-protos:2.63.2",
12+
"com.google.auth:google-auth-library-credentials:1.41.0",
13+
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
1414
"com.google.auto.value:auto-value-annotations:1.11.0",
1515
"com.google.auto.value:auto-value:1.11.0",
1616
"com.google.code.findbugs:jsr305:3.0.2",
1717
"com.google.code.gson:gson:2.12.1",
18-
"com.google.errorprone:error_prone_annotations:2.44.0",
18+
"com.google.errorprone:error_prone_annotations:2.45.0",
1919
"com.google.guava:failureaccess:1.0.1",
2020
"com.google.guava:guava:33.5.0-android",
2121
"com.google.re2j:re2j:1.8",
2222
"com.google.s2a.proto.v2:s2a-proto:0.1.3",
2323
"com.google.truth:truth:1.4.5",
2424
"com.squareup.okhttp:okhttp:2.7.5",
2525
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
26-
"io.netty:netty-buffer:4.1.127.Final",
27-
"io.netty:netty-codec-http2:4.1.127.Final",
28-
"io.netty:netty-codec-http:4.1.127.Final",
29-
"io.netty:netty-codec-socks:4.1.127.Final",
30-
"io.netty:netty-codec:4.1.127.Final",
31-
"io.netty:netty-common:4.1.127.Final",
32-
"io.netty:netty-handler-proxy:4.1.127.Final",
33-
"io.netty:netty-handler:4.1.127.Final",
34-
"io.netty:netty-resolver:4.1.127.Final",
26+
"io.netty:netty-buffer:4.1.130.Final",
27+
"io.netty:netty-codec-http2:4.1.130.Final",
28+
"io.netty:netty-codec-http:4.1.130.Final",
29+
"io.netty:netty-codec-socks:4.1.130.Final",
30+
"io.netty:netty-codec:4.1.130.Final",
31+
"io.netty:netty-common:4.1.130.Final",
32+
"io.netty:netty-handler-proxy:4.1.130.Final",
33+
"io.netty:netty-handler:4.1.130.Final",
34+
"io.netty:netty-resolver:4.1.130.Final",
3535
"io.netty:netty-tcnative-boringssl-static:2.0.74.Final",
3636
"io.netty:netty-tcnative-classes:2.0.74.Final",
37-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.127.Final",
38-
"io.netty:netty-transport-native-unix-common:4.1.127.Final",
39-
"io.netty:netty-transport:4.1.127.Final",
37+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.130.Final",
38+
"io.netty:netty-transport-native-unix-common:4.1.130.Final",
39+
"io.netty:netty-transport:4.1.130.Final",
4040
"io.opencensus:opencensus-api:0.31.0",
4141
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4242
"io.perfmark:perfmark-api:0.27.0",

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
398398
1.67.x-1.70.x | 4.1.110.Final | 2.0.65.Final
399399
1.71.x-1.74.x | 4.1.110.Final | 2.0.70.Final
400400
1.75.x-1.76.x | 4.1.124.Final | 2.0.72.Final
401-
1.77.x- | 4.1.127.Final | 2.0.74.Final
401+
1.77.x-1.78.x | 4.1.127.Final | 2.0.74.Final
402+
1.79.x- | 4.1.130.Final | 2.0.74.Final
402403

403404
_(grpc-netty-shaded avoids issues with keeping these versions in sync.)_
404405

examples/example-gauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
3131
implementation "io.grpc:grpc-stub:${grpcVersion}"
3232
implementation "io.grpc:grpc-auth:${grpcVersion}"
33-
implementation "com.google.auth:google-auth-library-oauth2-http:1.40.0"
33+
implementation "com.google.auth:google-auth-library-oauth2-http:1.41.0"
3434
implementation "com.google.api.grpc:grpc-google-cloud-pubsub-v1:0.1.24"
3535
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
3636
}

examples/example-oauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
3030
implementation "io.grpc:grpc-stub:${grpcVersion}"
3131
implementation "io.grpc:grpc-auth:${grpcVersion}"
32-
implementation "com.google.auth:google-auth-library-oauth2-http:1.40.0"
32+
implementation "com.google.auth:google-auth-library-oauth2-http:1.41.0"
3333

3434
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
3535

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ conscrypt = "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
4242
cronet-api = "org.chromium.net:cronet-api:119.6045.31"
4343
# checkForUpdates: cronet-embedded:119.6045.31
4444
cronet-embedded = "org.chromium.net:cronet-embedded:119.6045.31"
45-
errorprone-annotations = "com.google.errorprone:error_prone_annotations:2.44.0"
45+
errorprone-annotations = "com.google.errorprone:error_prone_annotations:2.45.0"
4646
# 2.32.0+ requires Java 17+
4747
# checkForUpdates: errorprone-core:2.31.+
4848
errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
4949
# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
5050
# checkForUpdates: errorprone-corejava8:2.10.+
5151
errorprone-corejava8 = "com.google.errorprone:error_prone_core:2.10.0"
52-
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.63.1"
53-
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.40.0"
54-
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.40.0"
52+
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.63.2"
53+
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.0"
54+
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.41.0"
5555
# Release notes: https://cloud.google.com/logging/docs/release-notes
56-
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.8"
56+
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
5757
# 2.13.0 requires error_prone_annotations:2.37.0, but we are stuck with 2.36.0
5858
# checkForUpdates: gson:2.12.+
5959
gson = "com.google.code.gson:gson:2.12.1"
@@ -71,11 +71,11 @@ javax-servlet-api = "javax.servlet:javax.servlet-api:4.0.1"
7171
# 12.0.0+ require Java 17+
7272
# checkForUpdates: jetty-client:11.+
7373
jetty-client = "org.eclipse.jetty:jetty-client:11.0.26"
74-
jetty-http2-server = "org.eclipse.jetty.http2:jetty-http2-server:12.1.4"
74+
jetty-http2-server = "org.eclipse.jetty.http2:jetty-http2-server:12.1.5"
7575
# 10.0.25+ uses uses @Deprecated(since=/forRemoval=) from Java 9
7676
# checkForUpdates: jetty-http2-server10:10.0.24
7777
jetty-http2-server10 = "org.eclipse.jetty.http2:http2-server:10.0.24"
78-
jetty-servlet = "org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.4"
78+
jetty-servlet = "org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.5"
7979
# checkForUpdates: jetty-servlet10:10.0.24
8080
jetty-servlet10 = "org.eclipse.jetty:jetty-servlet:10.0.24"
8181
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
@@ -93,17 +93,17 @@ mockito-android = "org.mockito:mockito-android:4.4.0"
9393
mockito-core = "org.mockito:mockito-core:4.4.0"
9494
# Need to decide when we require users to absorb the breaking changes in 4.2
9595
# checkForUpdates: netty-codec-http2:4.1.+
96-
netty-codec-http2 = "io.netty:netty-codec-http2:4.1.127.Final"
96+
netty-codec-http2 = "io.netty:netty-codec-http2:4.1.130.Final"
9797
# checkForUpdates: netty-handler-proxy:4.1.+
98-
netty-handler-proxy = "io.netty:netty-handler-proxy:4.1.127.Final"
98+
netty-handler-proxy = "io.netty:netty-handler-proxy:4.1.130.Final"
9999
# Keep the following references of tcnative version in sync whenever it's updated:
100100
# SECURITY.md
101101
netty-tcnative = "io.netty:netty-tcnative-boringssl-static:2.0.74.Final"
102102
netty-tcnative-classes = "io.netty:netty-tcnative-classes:2.0.74.Final"
103103
# checkForUpdates: netty-transport-epoll:4.1.+
104-
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.1.127.Final"
104+
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.1.130.Final"
105105
# checkForUpdates: netty-unix-common:4.1.+
106-
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.1.127.Final"
106+
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.1.130.Final"
107107
okhttp = "com.squareup.okhttp:okhttp:2.7.5"
108108
# okio 3.5+ uses Kotlin 1.9+ which requires Android Gradle Plugin 9+
109109
# checkForUpdates: okio:3.4.+
@@ -113,11 +113,11 @@ opencensus-contrib-grpc-metrics = { module = "io.opencensus:opencensus-contrib-g
113113
opencensus-exporter-stats-stackdriver = { module = "io.opencensus:opencensus-exporter-stats-stackdriver", version.ref = "opencensus" }
114114
opencensus-exporter-trace-stackdriver = { module = "io.opencensus:opencensus-exporter-trace-stackdriver", version.ref = "opencensus" }
115115
opencensus-impl = { module = "io.opencensus:opencensus-impl", version.ref = "opencensus" }
116-
opentelemetry-api = "io.opentelemetry:opentelemetry-api:1.56.0"
117-
opentelemetry-exporter-prometheus = "io.opentelemetry:opentelemetry-exporter-prometheus:1.56.0-alpha"
118-
opentelemetry-gcp-resources = "io.opentelemetry.contrib:opentelemetry-gcp-resources:1.51.0-alpha"
119-
opentelemetry-sdk-extension-autoconfigure = "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.56.0"
120-
opentelemetry-sdk-testing = "io.opentelemetry:opentelemetry-sdk-testing:1.56.0"
116+
opentelemetry-api = "io.opentelemetry:opentelemetry-api:1.57.0"
117+
opentelemetry-exporter-prometheus = "io.opentelemetry:opentelemetry-exporter-prometheus:1.57.0-alpha"
118+
opentelemetry-gcp-resources = "io.opentelemetry.contrib:opentelemetry-gcp-resources:1.52.0-alpha"
119+
opentelemetry-sdk-extension-autoconfigure = "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.57.0"
120+
opentelemetry-sdk-testing = "io.opentelemetry:opentelemetry-sdk-testing:1.57.0"
121121
perfmark-api = "io.perfmark:perfmark-api:0.27.0"
122122
# Not upgrading to 4.x as it is not yet ABI compatible.
123123
# https://github.com/protocolbuffers/protobuf/issues/17247
@@ -136,9 +136,9 @@ signature-android = "net.sf.androidscents.signature:android-api-level-21:5.0.1_r
136136
signature-java = "org.codehaus.mojo.signature:java18:1.0"
137137
# 11.0.0+ require Java 17+
138138
# checkForUpdates: tomcat-embed-core:10.+
139-
tomcat-embed-core = "org.apache.tomcat.embed:tomcat-embed-core:10.1.49"
139+
tomcat-embed-core = "org.apache.tomcat.embed:tomcat-embed-core:10.1.50"
140140
# checkForUpdates: tomcat-embed-core9:9.+
141-
tomcat-embed-core9 = "org.apache.tomcat.embed:tomcat-embed-core:9.0.112"
141+
tomcat-embed-core9 = "org.apache.tomcat.embed:tomcat-embed-core:9.0.113"
142142
truth = "com.google.truth:truth:1.4.5"
143143
# checkForUpdates: undertow-servlet22:2.2.+
144144
undertow-servlet22 = "io.undertow:undertow-servlet:2.2.38.Final"

repositories.bzl

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1212
# GRPC_DEPS_START
1313
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1414
"com.google.android:annotations:4.1.1.4",
15-
"com.google.api.grpc:proto-google-common-protos:2.63.1",
16-
"com.google.auth:google-auth-library-credentials:1.40.0",
17-
"com.google.auth:google-auth-library-oauth2-http:1.40.0",
15+
"com.google.api.grpc:proto-google-common-protos:2.63.2",
16+
"com.google.auth:google-auth-library-credentials:1.41.0",
17+
"com.google.auth:google-auth-library-oauth2-http:1.41.0",
1818
"com.google.auto.value:auto-value-annotations:1.11.0",
1919
"com.google.auto.value:auto-value:1.11.0",
2020
"com.google.code.findbugs:jsr305:3.0.2",
2121
"com.google.code.gson:gson:2.12.1",
22-
"com.google.errorprone:error_prone_annotations:2.44.0",
22+
"com.google.errorprone:error_prone_annotations:2.45.0",
2323
"com.google.guava:failureaccess:1.0.1",
2424
"com.google.guava:guava:33.5.0-android",
2525
"com.google.re2j:re2j:1.8",
2626
"com.google.s2a.proto.v2:s2a-proto:0.1.3",
2727
"com.google.truth:truth:1.4.5",
2828
"com.squareup.okhttp:okhttp:2.7.5",
2929
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
30-
"io.netty:netty-buffer:4.1.127.Final",
31-
"io.netty:netty-codec-http2:4.1.127.Final",
32-
"io.netty:netty-codec-http:4.1.127.Final",
33-
"io.netty:netty-codec-socks:4.1.127.Final",
34-
"io.netty:netty-codec:4.1.127.Final",
35-
"io.netty:netty-common:4.1.127.Final",
36-
"io.netty:netty-handler-proxy:4.1.127.Final",
37-
"io.netty:netty-handler:4.1.127.Final",
38-
"io.netty:netty-resolver:4.1.127.Final",
30+
"io.netty:netty-buffer:4.1.130.Final",
31+
"io.netty:netty-codec-http2:4.1.130.Final",
32+
"io.netty:netty-codec-http:4.1.130.Final",
33+
"io.netty:netty-codec-socks:4.1.130.Final",
34+
"io.netty:netty-codec:4.1.130.Final",
35+
"io.netty:netty-common:4.1.130.Final",
36+
"io.netty:netty-handler-proxy:4.1.130.Final",
37+
"io.netty:netty-handler:4.1.130.Final",
38+
"io.netty:netty-resolver:4.1.130.Final",
3939
"io.netty:netty-tcnative-boringssl-static:2.0.74.Final",
4040
"io.netty:netty-tcnative-classes:2.0.74.Final",
41-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.127.Final",
42-
"io.netty:netty-transport-native-unix-common:4.1.127.Final",
43-
"io.netty:netty-transport:4.1.127.Final",
41+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.130.Final",
42+
"io.netty:netty-transport-native-unix-common:4.1.130.Final",
43+
"io.netty:netty-transport:4.1.130.Final",
4444
"io.opencensus:opencensus-api:0.31.0",
4545
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4646
"io.perfmark:perfmark-api:0.27.0",

0 commit comments

Comments
 (0)