Skip to content

Commit

Permalink
build: bump org.flywaydb:flyway-mysql from 10.0.1 to 10.1.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-mysql from 10.0.1 to 10.1.0.

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent f4e78b1 commit 0487b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
// Database Dependencies
implementation("com.zaxxer:HikariCP:5.1.0")
library("org.flywaydb:flyway-core:10.0.1")
library("org.flywaydb:flyway-mysql:10.0.1")
library("org.flywaydb:flyway-mysql:10.1.0")
library("org.flywaydb:flyway-database-hsqldb:10.0.1")
library("org.jooq:jooq:3.18.7")

Expand Down

0 comments on commit 0487b87

Please sign in to comment.