Skip to content

Commit

Permalink
Bump snakeyaml dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Feb 19, 2025
1 parent ae7a6f3 commit 171d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation 'commons-io:commons-io:2.18.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'com.beust:jcommander:1.82'
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.yaml:snakeyaml:2.4'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.15.2'
}
Expand Down

0 comments on commit 171d257

Please sign in to comment.