We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaf6c4 commit 1f73b93Copy full SHA for 1f73b93
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
id "info.solidsoft.pitest" version '1.7.0'
13
id 'io.spring.dependency-management' version '1.1.0'
14
id 'org.sonarqube' version '3.3'
15
- id 'org.springframework.boot' version '2.7.11'
+ id 'org.springframework.boot' version '2.7.12'
16
id "org.flywaydb.flyway" version "8.4.2"
17
id "io.freefair.lombok" version "5.3.3.3"
18
id 'uk.gov.hmcts.java' version '0.12.39'
@@ -30,7 +30,7 @@ def versions = [
30
pitest : '1.7.4',
31
reformLogging : '6.0.1',
32
serenity : '2.0.76',
33
- springBoot : '2.7.11',
+ springBoot : '2.7.12',
34
restAssured : '4.3.3',
35
jackson : '2.14.0-rc1',
36
launchDarklySdk : '5.10.7',
0 commit comments