Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36eedb7

Browse files
authoredJun 3, 2024··
Bump the update-dependencies group with 2 updates
Bumps the update-dependencies group with 2 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb:flyway-database-postgresql. Updates `org.flywaydb:flyway-core` from 10.13.0 to 10.14.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.13.0...flyway-10.14.0) Updates `org.flywaydb:flyway-database-postgresql` from 10.13.0 to 10.14.0 Updates `org.flywaydb:flyway-database-postgresql` from 10.13.0 to 10.14.0 --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91c1a61 commit 36eedb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val junitjupiterVersion="5.10.2"
99
val pale2commonVersion="2.0.7"
1010
val jacksonVersion="2.17.1"
1111
val postgresVersion="42.7.3"
12-
val flywayVersion="10.13.0"
12+
val flywayVersion="10.14.0"
1313
val hikariVersion="5.1.0"
1414
val testcontainerVersion="1.19.8"
1515
val mockkVersion="1.13.11"

0 commit comments

Comments
 (0)
Please sign in to comment.