Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.1…
Browse files Browse the repository at this point in the history
…8.1 (#74)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 78f37a5 commit ff9de53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
api("com.fasterxml.jackson.core", "jackson-databind", "2.18.0")
api("com.fasterxml.jackson.core", "jackson-databind", "2.18.1")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
compileOnly(libs.paper)
bukkitLibrary(libs.javalin.core)
bukkitLibrary(libs.bundles.eldoutil)
bukkitLibrary("com.fasterxml.jackson.core", "jackson-databind", "2.18.0")
bukkitLibrary("com.fasterxml.jackson.core", "jackson-databind", "2.18.1")
api(libs.bundles.eldoutil)
bukkitLibrary(libs.slf4j)
}
Expand Down

0 comments on commit ff9de53

Please sign in to comment.