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
The following commit(s) were added to refs/heads/main by this push:
new af780e3d24 TIKA-4836: update sqlite, spotless
af780e3d24 is described below
commit af780e3d244b20b2ff5dbec772f1dfdc0dad2c78
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 28 16:21:47 2026 +0200
TIKA-4836: update sqlite, spotless
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d888f4a9b1..e6b098167c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -437,7 +437,7 @@
<!-- SolrJ 10 splits the Jetty client/ZK code into solr-solrj-jetty /
solr-solrj-zookeeper -->
<solrj.version>10.0.0</solrj.version>
<spring.version>7.0.9</spring.version>
- <sqlite.version>3.53.2.1</sqlite.version>
+ <sqlite.version>3.53.4.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.5</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
@@ -1600,7 +1600,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>3.10.0</version>
+ <version>3.10.1</version>
<configuration>
<lineEndings>UNIX</lineEndings>
<java>