You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/02 12:46:42 UTC

[jackrabbit-oak] 01/01: OAK-10021: upgrade jackson-databind to 2.13.4.2

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

reschke pushed a commit to branch OAK-10021
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit eaaad9a1c0f378bf1c9425eb082ccc821b97494b
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Dec 2 13:46:19 2022 +0100

    OAK-10021: upgrade jackson-databind to 2.13.4.2
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index bb399e30d6..a6737aead5 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -669,7 +669,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson.version}.2<!--OAK-10021--></version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.dataformat</groupId>