This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 8915dd311 TIKA-4239: update jetbrains annotations, sqlite
8915dd311 is described below
commit 8915dd31164414cd528ef5524c171f3869e21812
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Sep 26 13:23:52 2024 +0200
TIKA-4239: update jetbrains annotations, sqlite
---
tika-langdetect/tika-langdetect-optimaize/pom.xml | 2 +-
tika-parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml
b/tika-langdetect/tika-langdetect-optimaize/pom.xml
index 2ec14adf0..3ee924c72 100644
--- a/tika-langdetect/tika-langdetect-optimaize/pom.xml
+++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>24.1.0</version>
+ <version>25.0.0</version>
</dependency>
<!-- test dependencies -->
<dependency>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index da86a376c..814f1c6e8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -400,7 +400,7 @@
<solrj.version>8.11.3</solrj.version>
<!-- NOTE: Spring 6 requires jdk17 -->
<spring.version>5.3.39</spring.version>
- <sqlite.version>3.46.1.0</sqlite.version>
+ <sqlite.version>3.46.1.2</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.20.1</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->