Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml from 2.2 to 2.3
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent e3a8a5a commit 63f25df
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 63f25df

Please sign in to comment.