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 4b10512 commit 01cf3abCopy full SHA for 01cf3ab
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'org.springframework.boot' version '3.4.1'
9
id 'com.github.ben-manes.versions' version '0.52.0'
10
id 'org.sonarqube' version '5.1.0.4882'
11
- id "org.flywaydb.flyway" version '9.22.3'
+ id "org.flywaydb.flyway" version '11.13.0'
12
id 'info.solidsoft.pitest' version '1.15.0'
13
id 'uk.gov.hmcts.java' version '0.12.67'
14
}
@@ -37,7 +37,7 @@ def versions = [
37
springBoot : '3.4.1',
38
springfoxSwagger : '2.10.5',
39
lombok : '1.18.40',
40
- flyway : '9.22.3',
+ flyway : '11.12.0',
41
camel : '4.14.0',
42
gradlePitest : '1.15.0',
43
pitest : '1.17.0',
0 commit comments