From 610c29ee3afe54e79eb6178d361799d19ceaa385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:27:50 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [io.mockk:mockk](https://github.com/mockk/mockk) and org.flywaydb:flyway-database-postgresql. Updates `io.mockk:mockk` from 1.13.11 to 1.13.12 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12) Updates `org.flywaydb:flyway-database-postgresql` from 10.15.2 to 10.16.0 --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- app-backend-dataops/build.gradle.kts | 2 +- app-backend/build.gradle.kts | 4 ++-- build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-backend-dataops/build.gradle.kts b/app-backend-dataops/build.gradle.kts index 28458bbd3..671babade 100644 --- a/app-backend-dataops/build.gradle.kts +++ b/app-backend-dataops/build.gradle.kts @@ -8,7 +8,7 @@ repositories { dependencies { implementation("org.jooq:jooq-codegen:3.19.10") - implementation("org.flywaydb:flyway-database-postgresql:10.15.2") + implementation("org.flywaydb:flyway-database-postgresql:10.16.0") implementation("org.postgresql:postgresql:42.7.3") implementation("ch.qos.logback:logback-classic:1.5.6") } diff --git a/app-backend/build.gradle.kts b/app-backend/build.gradle.kts index b8112f200..4aef480d9 100644 --- a/app-backend/build.gradle.kts +++ b/app-backend/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.1") implementation("com.charleskorn.kaml:kaml:0.60.0") - implementation("org.flywaydb:flyway-database-postgresql:10.15.2") + implementation("org.flywaydb:flyway-database-postgresql:10.16.0") implementation("org.jooq:jooq:3.19.10") implementation("org.postgresql:postgresql:42.7.3") implementation("com.zaxxer:HikariCP:5.1.0") @@ -64,6 +64,6 @@ dependencies { implementation("ch.qos.logback:logback-classic:1.5.6") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1") - testImplementation("io.mockk:mockk:1.13.11") + testImplementation("io.mockk:mockk:1.13.12") testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") } diff --git a/build.gradle.kts b/build.gradle.kts index 69453bc50..375742a86 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,6 +41,6 @@ dependencies { implementation("io.ktor:ktor-client-apache:2.3.12") implementation("io.ktor:ktor-client-jackson:2.3.12") - testImplementation("io.mockk:mockk:1.13.11") + testImplementation("io.mockk:mockk:1.13.12") testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") }