Skip to content

Commit 67629f0

Browse files
Bump jacksonVersion from 2.18.1 to 2.18.2 (#137)
Bumps `jacksonVersion` from 2.18.1 to 2.18.2. Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2 --- 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.datatype:jackson-datatype-jdk8 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 6913376 commit 67629f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
dependencies {
1616
def autoValueVersion = "1.10.4"
17-
def jacksonVersion = "2.18.1"
17+
def jacksonVersion = "2.18.2"
1818

1919
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
2020
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"

0 commit comments

Comments
 (0)