Skip to content

Commit

Permalink
Merge pull request #215 from tomzo/dependabot/gradle/org.yaml-snakeya…
Browse files Browse the repository at this point in the history
…ml-2.3

Bump org.yaml:snakeyaml from 2.2 to 2.3
  • Loading branch information
chadlwilson authored Sep 6, 2024
2 parents e3a8a5a + 63f25df commit da9dded
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 @@ -43,7 +43,7 @@ dependencies {
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.15'
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'com.contrastsecurity', name: 'yamlbeans', version: '1.17'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.2'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'

compileOnly "cd.go.plugin:go-plugin-api:$pluginApiVersion"
testImplementation "cd.go.plugin:go-plugin-api:$pluginApiVersion"
Expand Down

0 comments on commit da9dded

Please sign in to comment.