Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-hsqldb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and darksaid98 committed Nov 15, 2023
1 parent dd519bc commit 316ae29
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 @@ -65,7 +65,7 @@ dependencies {
implementation("com.zaxxer:HikariCP:5.0.1")
library("org.flywaydb:flyway-core:10.0.1")
library("org.flywaydb:flyway-mysql:10.0.1")
library("org.flywaydb:flyway-database-hsqldb:10.0.0")
library("org.flywaydb:flyway-database-hsqldb:10.0.1")
library("org.jooq:jooq:3.18.7")

// JDBC Drivers
Expand Down

0 comments on commit 316ae29

Please sign in to comment.