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 2023/01/07 08:39:24 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-10021: upgrade jackson-databind to 2.13.4.2 (#782)

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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 741a803405 OAK-10021: upgrade jackson-databind to 2.13.4.2 (#782)
741a803405 is described below

commit 741a80340539ff2724ed0596e78c81d0bf1f0827
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Dec 2 15:53:19 2022 +0100

    OAK-10021: upgrade jackson-databind to 2.13.4.2 (#782)
---
 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 aea96d77b2..aa4f51e4a3 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -677,7 +677,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>