Skip to content

Commit 37ad83d

Browse files
Update dependency org.yaml:snakeyaml to v2.5 (#228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 200b988 commit 37ad83d

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
@@ -11,7 +11,7 @@ dependencies {
1111
implementation("com.fasterxml.jackson.core:jackson-annotations:2.20")
1212
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
1313
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
14-
implementation("org.yaml:snakeyaml:2.4")
14+
implementation("org.yaml:snakeyaml:2.5")
1515
implementation("io.papermc:paperlib:1.0.8")
1616
implementation("org.apache.commons:commons-lang3:3.18.0")
1717

0 commit comments

Comments
 (0)