Skip to content

Commit 4109c94

Browse files
[data-plane]: Bump protobuf.version from 3.24.4 to 3.25.2 in /data-plane (#3625)
* [data-plane]: Bump protobuf.version from 3.24.4 to 3.25.2 in /data-plane Bumps `protobuf.version` from 3.24.4 to 3.25.2. Updates `com.google.protobuf:protobuf-java` from 3.24.4 to 3.25.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.24.4...v3.25.2) Updates `com.google.protobuf:protobuf-java-util` from 3.24.4 to 3.25.2 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update data-plane/THIRD-PARTY.txt Signed-off-by: Knative Automation <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Knative Automation <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knative Automation <[email protected]>
1 parent 6c4665c commit 4109c94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data-plane/THIRD-PARTY.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Lists of 234 third-party dependencies.
2121
(The Apache Software License, Version 2.0) Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.1 - https://github.com/google/guava/failureaccess)
2222
(Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:33.0.0-jre - https://github.com/google/guava)
2323
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:2.8 - https://github.com/google/j2objc/)
24-
(BSD-3-Clause) Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.24.4 - https://developers.google.com/protocol-buffers/protobuf-java/)
25-
(BSD-3-Clause) Protocol Buffers [Util] (com.google.protobuf:protobuf-java-util:3.24.4 - https://developers.google.com/protocol-buffers/protobuf-java-util/)
24+
(BSD-3-Clause) Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.25.2 - https://developers.google.com/protocol-buffers/protobuf-java/)
25+
(BSD-3-Clause) Protocol Buffers [Util] (com.google.protobuf:protobuf-java-util:3.25.2 - https://developers.google.com/protocol-buffers/protobuf-java-util/)
2626
(Apache 2.0) MockWebServer (com.squareup.okhttp3:mockwebserver:3.12.12 - https://github.com/square/okhttp/mockwebserver)
2727
(Apache 2.0) OkHttp (com.squareup.okhttp3:okhttp:3.14.9 - https://github.com/square/okhttp/okhttp)
2828
(Apache 2.0) Okio (com.squareup.okio:okio:1.17.2 - https://github.com/square/okio/okio)

data-plane/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<micrometer.version>1.11.5</micrometer.version>
4949
<opentelemetry.version>1.17.0</opentelemetry.version>
5050
<jackson.version>2.14.1</jackson.version>
51-
<protobuf.version>3.24.4</protobuf.version>
51+
<protobuf.version>3.25.2</protobuf.version>
5252
<bucket4j.version>7.6.0</bucket4j.version>
5353
<slf4j.version>2.0.9</slf4j.version>
5454
<ch.qos.logback.version>1.4.14</ch.qos.logback.version>

0 commit comments

Comments
 (0)