Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml from 2.0 to 2.2 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 5d163d0 commit ca688bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2")
implementation("org.yaml:snakeyaml:2.0")
implementation("org.yaml:snakeyaml:2.2")
implementation("io.papermc:paperlib:1.0.8")

// Other dependencies that are not required or already available at runtime
Expand Down

0 comments on commit ca688bd

Please sign in to comment.