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 <[email protected]>
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>

Reply via email to