Skip to content

Commit 1f73b93

Browse files
authored
DTSRD-554: fix CVE-2023-20883 (#576)
1 parent bdaf6c4 commit 1f73b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id "info.solidsoft.pitest" version '1.7.0'
1313
id 'io.spring.dependency-management' version '1.1.0'
1414
id 'org.sonarqube' version '3.3'
15-
id 'org.springframework.boot' version '2.7.11'
15+
id 'org.springframework.boot' version '2.7.12'
1616
id "org.flywaydb.flyway" version "8.4.2"
1717
id "io.freefair.lombok" version "5.3.3.3"
1818
id 'uk.gov.hmcts.java' version '0.12.39'
@@ -30,7 +30,7 @@ def versions = [
3030
pitest : '1.7.4',
3131
reformLogging : '6.0.1',
3232
serenity : '2.0.76',
33-
springBoot : '2.7.11',
33+
springBoot : '2.7.12',
3434
restAssured : '4.3.3',
3535
jackson : '2.14.0-rc1',
3636
launchDarklySdk : '5.10.7',

0 commit comments

Comments
 (0)