Skip to content

Commit 28522cd

Browse files
chore(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8 (#576)
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.2 to 2.20.1. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-version: 2.20.1 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 7bdd3f9 commit 28522cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flipt-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation platform('org.junit:junit-bom:5.11.4')
3131
testImplementation 'org.junit.jupiter:junit-jupiter'
3232
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
33-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2'
33+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1'
3434
}
3535

3636
spotless {

0 commit comments

Comments
 (0)