Skip to content

Commit 7a85c12

Browse files
Bump jackson.version from 2.13.3 to 2.14.2 (#275)
Bumps `jackson.version` from 2.13.3 to 2.14.2. Updates `jackson-annotations` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.13.3...jackson-core-2.14.2) Updates `jackson-databind` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-datatype-guava` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson-datatypes-collections/releases) - [Commits](FasterXML/jackson-datatypes-collections@jackson-datatypes-collections-2.13.3...jackson-datatypes-collections-2.14.2) Updates `jackson-module-guice` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.13.3...jackson-modules-base-2.14.2) Updates `jackson-datatype-jdk8` from 2.13.3 to 2.14.2 Updates `jackson-datatype-jsr310` from 2.13.3 to 2.14.2 Updates `jackson-module-afterburner` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.13.3...jackson-modules-base-2.14.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-guava dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-guice dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-afterburner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a742860 commit 7a85c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<fastutil.version>8.5.8</fastutil.version>
8484
<guava.version>31.1-jre</guava.version>
8585
<guice.version>5.1.0</guice.version>
86-
<jackson.version>2.13.3</jackson.version>
86+
<jackson.version>2.14.2</jackson.version>
8787
<javassist.version>3.29.1-GA</javassist.version>
8888
<javassist.maven.core.version>0.2.6</javassist.maven.core.version>
8989
<jsr305.version>3.0.2</jsr305.version>

0 commit comments

Comments
 (0)