Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update dependency org.yaml:snakeyaml to v1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent f44fb93 commit 8694025
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 @@ -45,7 +45,7 @@ dependencies {

shadow "org.rundeck.cli:rd-cli-lib:${rdVersion}"
shadow "org.rundeck.cli-toolbelt:toolbelt-jewelcli:$toolbeltVersion"
shadow "org.yaml:snakeyaml:1.26"
shadow "org.yaml:snakeyaml:1.33"

implementation ("org.rundeck:rundeck-authz-yaml:$rundeckVersion"){
exclude(group:'org.yaml', module:'snakeyaml')
Expand Down

0 comments on commit 8694025

Please sign in to comment.