Skip to content

Commit

Permalink
Update build.gradle -revert flyway version (#1683)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update build.gradle

* Update build.gradle

* fixing review comments according to DTSRD-2136

* Update build.gradle

* Update Dockerfile
  • Loading branch information
SabinaHMCTS authored Sep 27, 2024
1 parent 6fe278b commit 6d1e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.6'
id 'org.sonarqube' version '5.0.0.4638'
id 'org.springframework.boot' version '3.3.1'
id "org.flywaydb.flyway" version '10.18.2'
id "org.flywaydb.flyway" version '9.22.3'
id 'au.com.dius.pact' version '4.1.7'// do not change, otherwise serenity report fails
}

Expand Down

0 comments on commit 6d1e95b

Please sign in to comment.