mirror of https://github.com/apache/druid.git
Bump protobuf.version from 3.21.7 to 3.24.0 (#14823)
* Bump protobuf.version from 3.21.7 to 3.24.0 Bumps `protobuf.version` from 3.21.7 to 3.24.0. Updates `com.google.protobuf:protobuf-java` from 3.21.7 to 3.24.0 - [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.21.7...v3.24.0) Updates `com.google.protobuf:protobuf-java-util` from 3.21.7 to 3.24.0 --- 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] <support@github.com> * update licenses.yaml * fix licenses.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Léauté <xvrl@apache.org>
This commit is contained in:
parent
8abdaa239b
commit
aeeeed3b35
|
@ -3647,7 +3647,7 @@ name: j2objc
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/protobuf-extensions
|
module: extensions/protobuf-extensions
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 1.3
|
version: 2.8
|
||||||
libraries:
|
libraries:
|
||||||
- com.google.j2objc: j2objc-annotations
|
- com.google.j2objc: j2objc-annotations
|
||||||
|
|
||||||
|
@ -3764,7 +3764,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.21.7
|
version: 3.24.0
|
||||||
copyright: Google, Inc.
|
copyright: Google, Inc.
|
||||||
license_file_path:
|
license_file_path:
|
||||||
- licenses/bin/protobuf-java.BSD3
|
- licenses/bin/protobuf-java.BSD3
|
||||||
|
@ -3953,7 +3953,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.21.7
|
version: 3.24.0
|
||||||
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
|
@ -105,7 +105,7 @@
|
||||||
<netty3.version>3.10.6.Final</netty3.version>
|
<netty3.version>3.10.6.Final</netty3.version>
|
||||||
<netty4.version>4.1.94.Final</netty4.version>
|
<netty4.version>4.1.94.Final</netty4.version>
|
||||||
<postgresql.version>42.6.0</postgresql.version>
|
<postgresql.version>42.6.0</postgresql.version>
|
||||||
<protobuf.version>3.21.7</protobuf.version>
|
<protobuf.version>3.24.0</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