Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 28e9b5a

Browse files
Bump flyway-core from 8.0.0 to 8.5.5
Bumps [flyway-core](https://github.com/flyway/flyway) from 8.0.0 to 8.5.5. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-8.0.0...flyway-8.5.5) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2876244 commit 28e9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
5454
implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}")
5555
implementation("org.springframework.boot:spring-boot-starter-websocket:${springBootVersion}")
56-
implementation("org.flywaydb:flyway-core:8.0.0")
56+
implementation("org.flywaydb:flyway-core:8.5.5")
5757

5858
// Deserialize json
5959
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}")

0 commit comments

Comments
 (0)