Skip to content

Commit

Permalink
DTSRD-551: fix CVE-2023-20883 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiyin-cgi authored Jun 13, 2023
1 parent b19ced5 commit ca856e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id "info.solidsoft.pitest" version '1.7.0'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.sonarqube' version '3.3'
id 'org.springframework.boot' version '2.7.11'
id 'org.springframework.boot' version '2.7.12'
id "org.flywaydb.flyway" version '8.5.4'
id 'au.com.dius.pact' version '4.1.7' // do not change, otherwise serenity report fails
id 'org.owasp.dependencycheck' version '8.0.1'
Expand All @@ -37,7 +37,7 @@ def versions = [
reformLogging : '6.0.1',
serenity : '2.0.76',
sonarPitest : '0.5',
springBoot : '2.7.11',
springBoot : '2.7.12',
pact_version : '4.1.7',
launchDarklySdk : '5.10.7',
restAssured : '4.3.3',
Expand Down

0 comments on commit ca856e8

Please sign in to comment.