Skip to content

Commit 7b3c6c7

Browse files
authored
Merge pull request #27 from orangain/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.17.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1
2 parents 1c6beaf + 42dfd6d commit 7b3c6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
19+
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
2020
implementation("org.assertj:assertj-core:3.25.3")
2121
implementation("org.jetbrains:annotations:24.1.0")
2222
testImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")

0 commit comments

Comments
 (0)