[java-parent-project] branch main updated: Make jackson-databind version parseable by dependency trackers

Ian Young ian at iay.org.uk
Thu Mar 31 16:34:29 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=1250d90a1e85addc3483f4d303f6ee677dbb0f77

The following commit(s) were added to refs/heads/main by this push:
     new 1250d90  Make jackson-databind version parseable by dependency trackers
1250d90 is described below

commit 1250d90a1e85addc3483f4d303f6ee677dbb0f77
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 31 17:25:59 2022 +0100

    Make jackson-databind version parseable by dependency trackers
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 133a26a..cc16e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
                 <!-- Current "micro-patch" to jackson-databind. -->
-                <version>${jackson.version}.2</version>
+                <version>2.13.2.2</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.datatype</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list