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 e94ee640a Bump protobuf.version from 3.25.6 to 3.25.7 (#2187)
e94ee640a is described below
commit e94ee640a6554ed2c6346a147fc15eb769b8784a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 07:42:58 2025 +0200
Bump protobuf.version from 3.25.6 to 3.25.7 (#2187)
Bumps `protobuf.version` from 3.25.6 to 3.25.7.
Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 3.25.7
- [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.6...v3.25.7)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.6 to 3.25.7
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 3.25.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-version: 3.25.7
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 fc04ab53a..d45b684cf 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -426,7 +426,7 @@
<pax.exam.version>4.14.0</pax.exam.version>
<pdfbox.version>3.0.4</pdfbox.version>
<poi.version>5.4.1</poi.version>
- <protobuf.version>3.25.6</protobuf.version>
+ <protobuf.version>3.25.7</protobuf.version>
<quartz.version>2.5.0</quartz.version>
<reactor.core.version>3.8.0-M2</reactor.core.version>
<reactor.netty.version>1.3.0-M2</reactor.netty.version>