Skip to content

Commit c99ae12

Browse files
Bump jacksonVersion from 2.21.3 to 2.21.4 (#204)
Bumps `jacksonVersion` from 2.21.3 to 2.21.4. Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.3 to 2.21.4 - [Commits](FasterXML/jackson-core@jackson-core-2.21.3...jackson-core-2.21.4) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.3 to 2.21.4 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.21.3 to 2.21.4 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-version: 2.21.4 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>
1 parent 8468610 commit c99ae12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11.1"
22-
def jacksonVersion = "2.21.3"
22+
def jacksonVersion = "2.21.4"
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)