Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 7eb87e8 commit faa033f
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 @@ -182,7 +182,7 @@ dependencyManagement {
entry 'spring-cloud-starter-openfeign'
entry 'spring-cloud-openfeign-core'
}
dependencySet(group: 'org.yaml', version: '2.2') {
dependencySet(group: 'org.yaml', version: '2.3') {
entry 'snakeyaml'
}
dependencySet(group: 'ch.qos.logback', version: '1.5.7') {
Expand Down

0 comments on commit faa033f

Please sign in to comment.