Skip to content

Commit 24d4c2b

Browse files
Bump the database group across 1 directory with 3 updates (#48)
Bumps the database group with 3 updates in the /api directory: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql and [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi). Updates `org.flywaydb:flyway-core` from 10.20.0 to 10.20.1 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.20.0...flyway-10.20.1) Updates `org.flywaydb:flyway-database-postgresql` from 10.20.0 to 10.20.1 Updates `org.jdbi:jdbi3-bom` from 3.46.0 to 3.47.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](jdbi/jdbi@v3.46.0...v3.47.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: database - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: database - dependency-name: org.jdbi:jdbi3-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: database ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6670bd commit 24d4c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ dependencies {
9797
implementation("io.ktor:ktor-serialization-kotlinx-json")
9898
implementation("io.ktor:ktor-server-mustache")
9999
implementation("ch.qos.logback:logback-classic:1.5.12")
100-
implementation("org.flywaydb:flyway-core:10.20.0")
101-
implementation("org.flywaydb:flyway-database-postgresql:10.20.0")
102-
implementation(platform("org.jdbi:jdbi3-bom:3.46.0"))
100+
implementation("org.flywaydb:flyway-core:10.20.1")
101+
implementation("org.flywaydb:flyway-database-postgresql:10.20.1")
102+
implementation(platform("org.jdbi:jdbi3-bom:3.47.0"))
103103
implementation("org.postgresql:postgresql:42.7.4")
104104
implementation("org.jdbi:jdbi3-core")
105105
implementation("org.jdbi:jdbi3-sqlobject")

0 commit comments

Comments
 (0)