mirror of https://github.com/apache/druid.git
Upgraded Protobuf to 3.25.5 (#17249)
* Bump com.google.protobuf:protobuf-java from 3.24.0 to 3.25.5 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.0 to 3.25.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.0...v3.25.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Updated the license * Updated licenses.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0bd13bcd51
commit
7d9e6d36fd
|
@ -3379,7 +3379,7 @@ name: Protocol Buffers
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: BSD-3-Clause License
|
license_name: BSD-3-Clause License
|
||||||
version: 3.24.0
|
version: 3.25.5
|
||||||
copyright: Google, Inc.
|
copyright: Google, Inc.
|
||||||
license_file_path:
|
license_file_path:
|
||||||
- licenses/bin/protobuf-java.BSD3
|
- licenses/bin/protobuf-java.BSD3
|
||||||
|
@ -3545,7 +3545,7 @@ name: Protocol Buffers
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/druid-protobuf-extensions
|
module: extensions/druid-protobuf-extensions
|
||||||
license_name: BSD-3-Clause License
|
license_name: BSD-3-Clause License
|
||||||
version: 3.24.0
|
version: 3.25.5
|
||||||
copyright: Google, Inc.
|
copyright: Google, Inc.
|
||||||
license_file_path: licenses/bin/protobuf-java.BSD3
|
license_file_path: licenses/bin/protobuf-java.BSD3
|
||||||
libraries:
|
libraries:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -108,7 +108,7 @@
|
||||||
<netty3.version>3.10.6.Final</netty3.version>
|
<netty3.version>3.10.6.Final</netty3.version>
|
||||||
<netty4.version>4.1.108.Final</netty4.version>
|
<netty4.version>4.1.108.Final</netty4.version>
|
||||||
<postgresql.version>42.7.2</postgresql.version>
|
<postgresql.version>42.7.2</postgresql.version>
|
||||||
<protobuf.version>3.24.0</protobuf.version>
|
<protobuf.version>3.25.5</protobuf.version>
|
||||||
<resilience4j.version>1.3.1</resilience4j.version>
|
<resilience4j.version>1.3.1</resilience4j.version>
|
||||||
<slf4j.version>1.7.36</slf4j.version>
|
<slf4j.version>1.7.36</slf4j.version>
|
||||||
<jna.version>5.13.0</jna.version>
|
<jna.version>5.13.0</jna.version>
|
||||||
|
|
Loading…
Reference in New Issue