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 Apr 15, 2024
1 parent 22590c5 commit 0859ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
exclude group: 'org.yaml', module: 'snakeyaml'
}
implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.ehcache:ehcache:3.10.8'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
Expand Down

0 comments on commit 0859ba8

Please sign in to comment.