Skip to content

Commit

Permalink
fix(deps): update dependency org.yaml:snakeyaml to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 9bf531f commit db5575e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildConfig = "3.1.0"
owasp = "7.1.0.1"
jacksonDatabind = "2.15.2"
picocli = "4.6.3"
snakeYaml = "2.0"
snakeYaml = "2.2"
#used for authz lib integration
rundeck = "4.2.0-20220509"
testcontainers = "1.17.2"
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<trusting group="org.yaml" name="snakeyaml" version="1.31"/>
<trusting group="org.yaml" name="snakeyaml" version="1.33"/>
<trusting group="org.yaml" name="snakeyaml" version="2.0"/>
<trusting group="org.yaml" name="snakeyaml" version="2.2"/>
</trusted-key>
<trusted-key id="144219b604dde6a2383fa0ee9c6404ebce3e4464" group="com.github.zafarkhaja" name="java-semver" version="0.9.0"/>
<trusted-key id="19beab2d799c020f17c69126b16698a4adf4d638">
Expand Down

0 comments on commit db5575e

Please sign in to comment.