Skip to content

Commit f887738

Browse files
authored
Merge pull request #109 from gradle/dependabot/gradle/samples/java/com.fasterxml.jackson.core-jackson-databind-2.18.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 in /samples/java
2 parents 4bda644 + 69aae6f commit f887738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("com.squareup.okhttp3:okhttp")
1313
implementation("com.squareup.okhttp3:okhttp-sse")
1414
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
15-
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
15+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
1616
implementation("com.google.guava:guava:33.3.1-jre")
1717
}
1818

0 commit comments

Comments
 (0)