Skip to content

Commit 3fb2c00

Browse files
authored
DTSRD-556: fix CVE-2023-20883 (#563)
* DTSRD-556: fix CVE-2023-20883 * DTSRD-556: fix failing build
1 parent a1fbc52 commit 3fb2c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id "info.solidsoft.pitest" version '1.7.0'
1515
id 'io.spring.dependency-management' version '1.1.0'
1616
id 'org.sonarqube' version '3.1.1'
17-
id 'org.springframework.boot' version '2.7.11'
17+
id 'org.springframework.boot' version '2.7.12'
1818
id "org.flywaydb.flyway" version "8.5.12"
1919
id 'au.com.dius.pact' version '4.1.7'
2020
id 'org.owasp.dependencycheck' version '8.0.1'
@@ -33,7 +33,7 @@ def versions = [
3333
reformHealthStarter: '0.0.5',
3434
serenity : '2.0.76',
3535
sonarPitest : '0.5',
36-
springBoot : '2.7.11',
36+
springBoot : '2.7.12',
3737
springHystrix : '2.2.8.RELEASE',
3838
pact_version : '4.1.7',
3939
launchDarklySdk : "5.10.7",

0 commit comments

Comments
 (0)