From 93739daf051c6bbe5cfccd8919cc3f723ad231d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:40:09 +0000 Subject: [PATCH] Bump the database group across 1 directory with 3 updates 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.17.2 to 10.20.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.17.2...flyway-10.20.0) Updates `org.flywaydb:flyway-database-postgresql` from 10.17.2 to 10.20.0 Updates `org.jdbi:jdbi3-bom` from 3.45.4 to 3.46.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.45.4...v3.46.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: database - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor 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] --- api/app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/app/build.gradle.kts b/api/app/build.gradle.kts index 55a30b8..f50dc4f 100644 --- a/api/app/build.gradle.kts +++ b/api/app/build.gradle.kts @@ -97,9 +97,9 @@ dependencies { implementation("io.ktor:ktor-serialization-kotlinx-json") implementation("io.ktor:ktor-server-mustache") implementation("ch.qos.logback:logback-classic:1.5.7") - implementation("org.flywaydb:flyway-core:10.17.2") - implementation("org.flywaydb:flyway-database-postgresql:10.17.2") - implementation(platform("org.jdbi:jdbi3-bom:3.45.4")) + implementation("org.flywaydb:flyway-core:10.20.0") + implementation("org.flywaydb:flyway-database-postgresql:10.20.0") + implementation(platform("org.jdbi:jdbi3-bom:3.46.0")) implementation("org.postgresql:postgresql:42.7.4") implementation("org.jdbi:jdbi3-core") implementation("org.jdbi:jdbi3-sqlobject")