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 f5ed033da Bump javacpp.version from 1.5.11 to 1.5.12 (#2269)
f5ed033da is described below

commit f5ed033da5802455495747b0390802ccb2622a06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 08:36:04 2025 +0200

    Bump javacpp.version from 1.5.11 to 1.5.12 (#2269)
    
    Bumps `javacpp.version` from 1.5.11 to 1.5.12.
    
    Updates `org.bytedeco:javacpp` from 1.5.11 to 1.5.12
    - [Release notes](https://github.com/bytedeco/javacpp/releases)
    - [Changelog](https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/bytedeco/javacpp/compare/1.5.11...1.5.12)
    
    Updates `org.bytedeco:javacpp-platform` from 1.5.11 to 1.5.12
    - [Release notes](https://github.com/bytedeco/javacpp/releases)
    - [Changelog](https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/bytedeco/javacpp/compare/1.5.11...1.5.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.bytedeco:javacpp
      dependency-version: 1.5.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.bytedeco:javacpp-platform
      dependency-version: 1.5.12
      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 037643b99..000e76aba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -456,7 +456,7 @@
     <zookeeper.version>3.9.3</zookeeper.version>
     <zstd.version>1.5.7-4</zstd.version>
     <nimbus-jose-jwt.version>10.3.1</nimbus-jose-jwt.version>
-    <javacpp.version>1.5.11</javacpp.version>
+    <javacpp.version>1.5.12</javacpp.version>
 
     <!-- needs to exist even if empty due to problems with jacoco-maven-plugin 
-->
     <addmod />

Reply via email to