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 4ba11a4e19 Bump org.yaml:snakeyaml from 2.4 to 2.6 (#2671)
4ba11a4e19 is described below
commit 4ba11a4e1910ddb312d5232568235257038de4ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 06:50:03 2026 +0100
Bump org.yaml:snakeyaml from 2.4 to 2.6 (#2671)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from
2.4 to 2.6.
-
[Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.4)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-version: '2.6'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
tika-pipes/tika-pipes-config-store-ignite/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 999da89cda..dc788ae5cc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1158,7 +1158,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
diff --git a/tika-pipes/tika-pipes-config-store-ignite/pom.xml
b/tika-pipes/tika-pipes-config-store-ignite/pom.xml
index 8c7940c527..e3c14e9c6a 100644
--- a/tika-pipes/tika-pipes-config-store-ignite/pom.xml
+++ b/tika-pipes/tika-pipes-config-store-ignite/pom.xml
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
</dependency>
<!-- Pin to resolve conflict: kotlin-stdlib requests 13.0, Ignite 3.x
needs 26.0.2-1 -->
<dependency>