File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414dependencies {
15- api(" com.fasterxml.jackson.core" , " jackson-databind" , " 2.19.2 " )
15+ api(" com.fasterxml.jackson.core" , " jackson-databind" , " 2.20.0 " )
1616 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.13.4" )
1717 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1818 testRuntimeOnly(" org.junit.jupiter" , " junit-jupiter-engine" )
Original file line number Diff line number Diff 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.19.2 " )
18+ bukkitLibrary(" com.fasterxml.jackson.core" , " jackson-databind" , " 2.20.0 " )
1919 api(libs.bundles.eldoutil)
2020 bukkitLibrary(libs.slf4j)
2121}
You can’t perform that action at this time.
0 commit comments