Skip to content

Commit 01cf3ab

Browse files
Update flyway to v11
1 parent 4b10512 commit 01cf3ab

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
@@ -8,7 +8,7 @@ plugins {
88
id 'org.springframework.boot' version '3.4.1'
99
id 'com.github.ben-manes.versions' version '0.52.0'
1010
id 'org.sonarqube' version '5.1.0.4882'
11-
id "org.flywaydb.flyway" version '9.22.3'
11+
id "org.flywaydb.flyway" version '11.13.0'
1212
id 'info.solidsoft.pitest' version '1.15.0'
1313
id 'uk.gov.hmcts.java' version '0.12.67'
1414
}
@@ -37,7 +37,7 @@ def versions = [
3737
springBoot : '3.4.1',
3838
springfoxSwagger : '2.10.5',
3939
lombok : '1.18.40',
40-
flyway : '9.22.3',
40+
flyway : '11.12.0',
4141
camel : '4.14.0',
4242
gradlePitest : '1.15.0',
4343
pitest : '1.17.0',

0 commit comments

Comments
 (0)