Skip to content

Commit 551a0e5

Browse files
Bump jacksonVersion from 2.20.0 to 2.20.1 (#172)
Bumps `jacksonVersion` from 2.20.0 to 2.20.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.0 to 2.20.1 - [Commits](FasterXML/jackson-core@jackson-core-2.20.0...jackson-core-2.20.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.20.0 to 2.20.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c88a80b commit 551a0e5

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
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
def autoValueVersion = "1.10.4"
22-
def jacksonVersion = "2.20.0"
22+
def jacksonVersion = "2.20.1"
2323

2424
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
2525
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"

0 commit comments

Comments
 (0)