From 523fdaeddfe7cef200ef75ca8e26d4fa267b9c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:12:36 +0000 Subject: [PATCH] Bump protobuf-java from 3.21.1 to 3.22.0 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.1 to 3.22.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.1...v3.22.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0758099871..a3b43dc40a8 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,7 @@ <ant.version>1.10.12</ant.version> <gson.version>2.9.0</gson.version> <jnr.version>3.1.15</jnr.version> - <protobuf.version>3.21.1</protobuf.version> + <protobuf.version>3.22.0</protobuf.version> <!-- Configuration of sonar code scanning--> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>