This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 5f5aa058b Bump protobuf.version from 3.25.5 to 3.25.6 (#2105)
5f5aa058b is described below
commit 5f5aa058bff580b9a24f706e252c6e77c8be824b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 10:49:26 2025 +0100
Bump protobuf.version from 3.25.5 to 3.25.6 (#2105)
Bumps `protobuf.version` from 3.25.5 to 3.25.6.
Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 3.25.6
- [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.25.5...v3.25.6)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 3.25.6
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d5bca5c4f..d2af41c17 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -425,7 +425,7 @@
<pax.exam.version>4.14.0</pax.exam.version>
<pdfbox.version>3.0.4</pdfbox.version>
<poi.version>5.4.0</poi.version>
- <protobuf.version>3.25.5</protobuf.version>
+ <protobuf.version>3.25.6</protobuf.version>
<quartz.version>2.5.0</quartz.version>
<reactor.core.version>3.7.2</reactor.core.version>
<reactor.netty.version>1.2.2</reactor.netty.version>