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 d681569 commit fc4623cCopy full SHA for fc4623c
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'org.springframework.boot' version '3.3.5'
9
id 'com.github.ben-manes.versions' version '0.51.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.1.1'
12
id 'info.solidsoft.pitest' version '1.15.0'
13
id 'uk.gov.hmcts.java' version '0.12.63'
14
}
@@ -37,7 +37,7 @@ def versions = [
37
springBoot : '3.3.4',
38
springfoxSwagger : '2.10.5',
39
lombok : '1.18.36',
40
- flyway : '9.22.3',
+ flyway : '11.1.0',
41
camel : '4.8.1',
42
gradlePitest : '1.15.0',
43
pitest : '1.17.0',
0 commit comments