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 4e4b875fb3 Bump protobuf.version from 3.25.8 to 3.25.9 (#2719)
4e4b875fb3 is described below
commit 4e4b875fb3bd811a5ffdc388ef086dfa5a786480
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 08:21:34 2026 +0200
Bump protobuf.version from 3.25.8 to 3.25.9 (#2719)
Bumps `protobuf.version` from 3.25.8 to 3.25.9.
Updates `com.google.protobuf:protobuf-java` from 3.25.8 to 3.25.9
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.8 to 3.25.9
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 3.25.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 3.25.9
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 ef46a3e533..adbdbf0d92 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -431,7 +431,7 @@
<pax.exam.version>4.14.0</pax.exam.version>
<pdfbox.version>3.0.7</pdfbox.version>
<poi.version>5.5.1</poi.version>
- <protobuf.version>3.25.8</protobuf.version>
+ <protobuf.version>3.25.9</protobuf.version>
<quartz.version>2.5.2</quartz.version>
<reactor.core.version>3.8.4</reactor.core.version>
<reactor.netty.version>1.3.4</reactor.netty.version>