Skip to content

Commit 91afc08

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98e5e84 commit 91afc08

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.0")
1111
implementation("com.fasterxml.jackson.core:jackson-annotations:2.19.0")
1212
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0")
13-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0")
13+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1")
1414
implementation("org.yaml:snakeyaml:2.4")
1515
implementation("io.papermc:paperlib:1.0.8")
1616
implementation("org.apache.commons:commons-lang3:3.17.0")

0 commit comments

Comments
 (0)