Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Oct 31, 2024
1 parent 21a5eb7 commit a6a6307
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 @@ -33,7 +33,7 @@ dependencies{
implementation 'com.vdurmont:semver4j:3.1.0'

// YAML processing
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.yaml:snakeyaml:2.3'

// Docker plugin
implementation 'com.bmuschko:gradle-docker-plugin:9.4.0'
Expand Down

0 comments on commit a6a6307

Please sign in to comment.