You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by gi...@apache.org on 2022/04/20 08:30:01 UTC

[systemds] branch main updated: Bump jackson-databind from 2.12.3 to 2.12.6.1

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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a8cd79265 Bump jackson-databind from 2.12.3 to 2.12.6.1
2a8cd79265 is described below

commit 2a8cd79265d4b948bddb3a424655ae82094f58ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 8 07:07:22 2022 +0000

    Bump jackson-databind from 2.12.3 to 2.12.6.1
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.6.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85fb9ad612..bfc79e3683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1048,7 +1048,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.12.3</version>
+			<version>2.12.6.1</version>
 		</dependency>
 
 		<dependency>