Skip to content

Commit 5ed704f

Browse files
Bump jackson-databind from 2.10.0 to 2.12.7.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.7.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] <support@github.com>
1 parent 68a8ac0 commit 5ed704f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orcid-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.13.3</version>
91+
<version>2.12.7.1</version>
9292
</dependency>
9393
<!-- https://mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api -->
9494
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ the software.
632632
<dependency>
633633
<groupId>com.fasterxml.jackson.core</groupId>
634634
<artifactId>jackson-databind</artifactId>
635-
<version>2.10.0</version>
635+
<version>2.12.7.1</version>
636636
</dependency>
637637
<dependency>
638638
<groupId>com.sun.jersey</groupId>

0 commit comments

Comments
 (0)