Skip to content

Commit a47c9b5

Browse files
Bump protobuf.version from 3.19.6 to 4.27.3
Bumps `protobuf.version` from 3.19.6 to 4.27.3. Updates `com.google.protobuf:protobuf-java` from 3.19.6 to 4.27.3 - [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/commits) Updates `com.google.protobuf:protobuf-java-util` from 3.19.6 to 4.27.3 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa16633 commit a47c9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/serdes-with-references/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>apicurio-registry-examples-references</artifactId>
1212

1313
<properties>
14-
<protobuf.version>4.26.1</protobuf.version>
14+
<protobuf.version>4.27.3</protobuf.version>
1515
<proto-plugin.version>0.6.1</proto-plugin.version>
1616
<protobuf.googleapi.types.version>2.42.0</protobuf.googleapi.types.version>
1717
</properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<okio.version>3.9.0</okio.version>
148148
<okio-fake-file-system.version>3.9.0</okio-fake-file-system.version>
149149
<icu4j.version>75.1</icu4j.version>
150-
<protobuf.version>3.19.6</protobuf.version>
150+
<protobuf.version>4.27.3</protobuf.version>
151151
<xmlsec.version>4.0.2</xmlsec.version>
152152
<protobuf.googleapi.types.version>2.42.0</protobuf.googleapi.types.version>
153153
<wsdl4j.version>1.6.3</wsdl4j.version>

0 commit comments

Comments
 (0)