Skip to content

Commit f90d80d

Browse files
dependabot[bot]isidore
authored andcommitted
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2124ba0 commit f90d80d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.fasterxml.jackson.core</groupId>
104104
<artifactId>jackson-databind</artifactId>
105-
<version>2.17.0</version>
105+
<version>2.17.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.apache.camel</groupId>

approvaltests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.17.0</version>
56+
<version>2.17.1</version>
5757
<optional>true</optional>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)