From 4b9232d812573c559b13a78c1d67e9fa99622c6e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 28 May 2024 07:22:12 +0000
Subject: [PATCH] Bump protobuf.version from 3.19.6 to 4.27.0

Bumps `protobuf.version` from 3.19.6 to 4.27.0.

Updates `com.google.protobuf:protobuf-java` from 3.19.6 to 4.27.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/commits)

Updates `com.google.protobuf:protobuf-java-util` from 3.19.6 to 4.27.0

---
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>
---
 examples/serdes-with-references/pom.xml | 2 +-
 pom.xml                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml
index 3af97641b5..9548bd2c45 100644
--- a/examples/serdes-with-references/pom.xml
+++ b/examples/serdes-with-references/pom.xml
@@ -13,7 +13,7 @@
     <artifactId>apicurio-registry-examples-references</artifactId>
 
     <properties>
-        <protobuf.version>4.26.1</protobuf.version>
+        <protobuf.version>4.27.0</protobuf.version>
         <proto-plugin.version>0.6.1</proto-plugin.version>
         <protobuf.googleapi.types.version>2.39.1</protobuf.googleapi.types.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index 724cbeac7c..cd5cff930f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <okio.version>3.9.0</okio.version>
         <okio-fake-file-system.version>3.9.0</okio-fake-file-system.version>
         <icu4j.version>75.1</icu4j.version>
-        <protobuf.version>3.19.6</protobuf.version>
+        <protobuf.version>4.27.0</protobuf.version>
         <xmlsec.version>4.0.2</xmlsec.version>
         <protobuf.googleapi.types.version>2.39.1</protobuf.googleapi.types.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>