Skip to content

Commit eb74bf7

Browse files
Merge pull request #104 from camdenorrb/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.19.0
Bump com.fasterxml.jackson.core:jackson-core from 2.18.3 to 2.19.0
2 parents 87b946c + a2eebc5 commit eb74bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("org.jetbrains:annotations:26.0.2")
2626

2727
// Jackson
28-
implementation("com.fasterxml.jackson.core:jackson-core:2.18.3")
28+
implementation("com.fasterxml.jackson.core:jackson-core:2.19.0")
2929
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.19.0")
3030

3131
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")

0 commit comments

Comments
 (0)