This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git
The following commit(s) were added to refs/heads/main by this push: new a4f8363 Bump com.google.protobuf:protobuf-java from 3.19.6 to 3.25.5 (#16) a4f8363 is described below commit a4f836338ac8f69e9d4f77923817268f43c395f4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Feb 13 14:54:17 2025 -0500 Bump com.google.protobuf:protobuf-java from 3.19.6 to 3.25.5 (#16) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.6 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.19.6...v3.25.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0603054..420fc75 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <version.lucene>7.1.0</version.lucene> <version.lucene-analyzers>4.0.0</version.lucene-analyzers> <version.minlog>1.2</version.minlog> - <version.protobuf>3.19.6</version.protobuf> + <version.protobuf>3.25.5</version.protobuf> <version.thrift>0.12.0</version.thrift> </properties> <dependencyManagement>