Skip to content

Commit ba4c104

Browse files
dependabot[bot]isidore
authored andcommitted
Bump jackson-databind from 2.13.3 to 2.13.4
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3d472c commit ba4c104

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.13.3</version>
105+
<version>2.13.4</version>
106106
</dependency>
107107

108108
<dependency>

approvaltests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.fasterxml.jackson.core</groupId>
3737
<artifactId>jackson-databind</artifactId>
38-
<version>2.13.3</version>
38+
<version>2.13.4</version>
3939
<optional>true</optional>
4040
</dependency>
4141
<dependency>

0 commit comments

Comments
 (0)