Skip to content

Commit 7d42470

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.19.0
1 parent fbb2ecd commit 7d42470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18.3")
15+
api("com.fasterxml.jackson.core", "jackson-databind", "2.19.0")
1616
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.12.2")
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.18.3")
18+
bukkitLibrary("com.fasterxml.jackson.core", "jackson-databind", "2.19.0")
1919
api(libs.bundles.eldoutil)
2020
bukkitLibrary(libs.slf4j)
2121
}

0 commit comments

Comments
 (0)