Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 2b6d32d commit c3817e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'org.apache.maven.wagon:wagon-http-lightweight:3.5.3'
implementation 'org.eclipse.tycho:org.eclipse.osgi:3.13.0.v20180226-1711'
implementation group: 'org.apache.maven.resolver', name: 'maven-resolver-api', version: '1.8.2'
implementation 'org.yaml:snakeyaml:1.13'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.eclipse.jgit:org.eclipse.jgit:3.2.0.201312181205-r'

implementation 'org.standardout.unpuzzle:unpuzzle-plugin:0.0.24-SNAPSHOT', {
Expand Down

0 comments on commit c3817e4

Please sign in to comment.