We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fbc52 commit 3fb2c00Copy full SHA for 3fb2c00
1 file changed
build.gradle
@@ -14,7 +14,7 @@ plugins {
14
id "info.solidsoft.pitest" version '1.7.0'
15
id 'io.spring.dependency-management' version '1.1.0'
16
id 'org.sonarqube' version '3.1.1'
17
- id 'org.springframework.boot' version '2.7.11'
+ id 'org.springframework.boot' version '2.7.12'
18
id "org.flywaydb.flyway" version "8.5.12"
19
id 'au.com.dius.pact' version '4.1.7'
20
id 'org.owasp.dependencycheck' version '8.0.1'
@@ -33,7 +33,7 @@ def versions = [
33
reformHealthStarter: '0.0.5',
34
serenity : '2.0.76',
35
sonarPitest : '0.5',
36
- springBoot : '2.7.11',
+ springBoot : '2.7.12',
37
springHystrix : '2.2.8.RELEASE',
38
pact_version : '4.1.7',
39
launchDarklySdk : "5.10.7",
0 commit comments