Skip to content

Commit e261c07

Browse files
Bump org.flywaydb:flyway-core from 10.20.0 to 11.3.4 in /backend
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.20.0 to 11.3.4. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.20.0...flyway-11.3.4) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da76d7c commit e261c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation 'org.xerial:sqlite-jdbc:3.46.1.3'
3131
implementation 'org.hibernate.orm:hibernate-core:6.6.9.Final'
3232
implementation 'org.hibernate.orm:hibernate-community-dialects:6.6.9.Final'
33-
implementation 'org.flywaydb:flyway-core:10.20.0'
33+
implementation 'org.flywaydb:flyway-core:11.3.4'
3434

3535
// excel
3636
implementation 'org.apache.poi:poi:5.4.0'

0 commit comments

Comments
 (0)