This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 05a685463be4238e3bd9022cc08a5925aa1c995e Author: Tilman Hausherr <[email protected]> AuthorDate: Sat Sep 5 18:18:54 2026 +0200 TIKA-4836: update snakeyaml --- tika-pipes/tika-pipes-config-store-ignite/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-pipes/tika-pipes-config-store-ignite/pom.xml b/tika-pipes/tika-pipes-config-store-ignite/pom.xml index b440392ea9..76de0b33f3 100644 --- a/tika-pipes/tika-pipes-config-store-ignite/pom.xml +++ b/tika-pipes/tika-pipes-config-store-ignite/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <!-- Pin to resolve conflict: kotlin-stdlib requests 13.0, Ignite 3.x needs 26.0.2-1 --> <dependency>
