Skip to content

Commit 3316e76

Browse files
Bump jacksonVersion from 2.13.1 to 2.13.3
Bumps `jacksonVersion` from 2.13.1 to 2.13.3. Updates `jackson-core` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.13.1...jackson-core-2.13.3) Updates `jackson-databind` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-dataformat-csv` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.13.1...jackson-dataformats-text-2.13.3) Updates `jackson-module-kotlin` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.1...jackson-module-kotlin-2.13.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e54cf07 commit 3316e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
ext {
2424
slf4jVersion = '2.0.0-alpha5'
25-
jacksonVersion = '2.13.1'
25+
jacksonVersion = '2.13.3'
2626
junitVersion = '5.8.2'
2727
jacocoVersion = "0.8.7"
2828
retrofitVersion = "2.9.0"

0 commit comments

Comments
 (0)