Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #256 from charybr/main-1
Browse files Browse the repository at this point in the history
Address CVE in snakeyaml - CVE-2022-1471
  • Loading branch information
v1r3n authored Aug 24, 2023
2 parents 0e1e351 + 61ac720 commit c67c136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions community-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'org.springframework.boot'
}

ext['snakeyaml.version'] = revSnakeYaml

dependencies {


Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ext {
revDynoQueues = '2.0.20'
revLog4J = '2.17.1!!'
revCodec = '1.15'
revSnakeYaml = '2.0'
}


0 comments on commit c67c136

Please sign in to comment.