Skip to content

Commit b6f95a3

Browse files
authored
Merge pull request #947 from komamitsu/dependabot/gradle/com.fasterxml.jackson.datatype-jackson-datatype-jdk8-2.20.1
Bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.2 to 2.20.1
2 parents deba94c + 07d2f5b commit b6f95a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluency-treasuredata/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
implementation("com.treasuredata.client:td-client:1.1.1")
55
implementation("com.google.guava:guava:33.4.0-jre")
66
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.1")
7-
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2")
7+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1")
88
implementation("com.squareup.okhttp3:okhttp:3.14.9")
99
}

0 commit comments

Comments
 (0)