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 14:53:25 UTC

[jackrabbit-oak] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


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

commit 0234e6c29fbd1f74a85146a7806e4a93008440fb
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 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>