Skip to content

Commit

Permalink
Merge pull request #79 from camdenorrb/dependabot/gradle/com.fasterxm…
Browse files Browse the repository at this point in the history
…l.jackson.core-jackson-core-2.18.0

Bump com.fasterxml.jackson.core:jackson-core from 2.17.2 to 2.18.0
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
2 parents 3d60a81 + bc5053e commit 4512112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.jetbrains:annotations:25.0.0")

// Jackson
implementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
implementation("com.fasterxml.jackson.core:jackson-core:2.18.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.18.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
Expand Down

0 comments on commit 4512112

Please sign in to comment.