Skip to content

Commit 1c2ffd1

Browse files
Bump jackson.version from 2.16.0 to 2.16.1 (#181)
Bumps `jackson.version` from 2.16.0 to 2.16.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.0 to 2.16.1 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.16.0 to 2.16.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Allison <tallison@apache.org>
1 parent bef9663 commit 1c2ffd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<junit.version>5.10.1</junit.version>
40-
<jackson.version>2.16.0</jackson.version>
40+
<jackson.version>2.16.1</jackson.version>
4141
<log4j2.version>2.22.1</log4j2.version>
4242
<puppycrawl.version>10.12.7</puppycrawl.version>
4343
</properties>

0 commit comments

Comments
 (0)