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 f72c11003 TIKA-4239: update aws, c3p0, jackcess
f72c11003 is described below
commit f72c110034fbe5c22fabdee2f7e86e00fc640cfd
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 13 09:48:44 2024 +0200
TIKA-4239: update aws, c3p0, jackcess
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 83bd10c6a..0230308e0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
<!-- dependency versions -->
<google.cloud.version>2.38.0</google.cloud.version>
- <aws.version>1.12.719</aws.version>
+ <aws.version>1.12.720</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
@@ -523,7 +523,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
- <version>0.9.5.5</version>
+ <version>0.10.1</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
@@ -600,7 +600,7 @@
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
- <version>4.0.5</version>
+ <version>4.0.6</version>
</dependency>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>