Skip to content

Commit

Permalink
Merge pull request #3086 from mapfish/backport/3083-to-3.30
Browse files Browse the repository at this point in the history
[Backport 3.30] Fix CVE
  • Loading branch information
sbrunner authored Oct 23, 2023
2 parents d0d17fc + 451782f commit 49b78d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dependencies {
"org.slf4j:jul-to-slf4j:2.0.9",
"ch.qos.logback:logback-classic:1.3.11",
"ch.qos.logback:logback-access:1.3.11",
'org.json:json:20230227',
'org.json:json:20231013',
'org.yaml:snakeyaml:2.0',
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'org.apache.httpcomponents:httpclient:4.5.14',
Expand Down Expand Up @@ -196,7 +196,7 @@ dependencies {
)

providedCompile('javax.servlet:javax.servlet-api:4.0.1')
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"
compileOnly "com.github.spotbugs:spotbugs-annotations:4.8.0"

testCompile group: 'de.saly', name: 'javamail-mock2-fullmock', version: '0.5-beta4'
}
Expand Down

0 comments on commit 49b78d2

Please sign in to comment.