You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/05/26 16:23:27 UTC

[tika] 01/01: There was a problem with databind 2.15.0 (I think?) -- does 2.15.1 work?

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch bump-jackson-databind
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 809dbf732a897a0a4061a77150d837c98d7bb668
Author: tballison <ta...@apache.org>
AuthorDate: Fri May 26 12:23:18 2023 -0400

    There was a problem with databind 2.15.0 (I think?) -- does 2.15.1 work?
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 812d4a369..7db881a76 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -339,7 +339,7 @@
     <imageio.version>1.4.0</imageio.version>
     <jackrabbit.version>2.21.16</jackrabbit.version>
     <jackson.version>2.15.1</jackson.version>
-    <jackson.databind.version>2.14.0</jackson.databind.version>
+    <jackson.databind.version>2.15.1</jackson.databind.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>
     <javax.rest.version>2.1.1</javax.rest.version>