Skip to content

Commit b1e2b40

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.20.0 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0424409 commit b1e2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("com.fasterxml.jackson.core:jackson-core:2.19.2")
1111
implementation("com.fasterxml.jackson.core:jackson-annotations:2.19.2")
1212
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2")
13-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2")
13+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
1414
implementation("org.yaml:snakeyaml:2.4")
1515
implementation("io.papermc:paperlib:1.0.8")
1616
implementation("org.apache.commons:commons-lang3:3.18.0")

0 commit comments

Comments
 (0)