Skip to content

Commit 58b2c56

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.3 (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b009b3 commit 58b2c56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
api("com.fasterxml.jackson.core", "jackson-databind", "2.21.2")
15+
api("com.fasterxml.jackson.core", "jackson-databind", "2.21.3")
1616
testImplementation("org.junit.jupiter", "junit-jupiter-api", "6.0.3")
1717
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1818
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")

plugin-paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
compileOnly(libs.paper)
1616
bukkitLibrary(libs.javalin.core)
1717
bukkitLibrary(libs.bundles.eldoutil)
18-
bukkitLibrary("com.fasterxml.jackson.core", "jackson-databind", "2.21.2")
18+
bukkitLibrary("com.fasterxml.jackson.core", "jackson-databind", "2.21.3")
1919
api(libs.bundles.eldoutil)
2020
bukkitLibrary(libs.slf4j)
2121
}

0 commit comments

Comments
 (0)