Skip to content

Commit

Permalink
Bump the all group with 2 updates (#933)
Browse files Browse the repository at this point in the history
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](mockk/mockk@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 93dedb6 commit 3b3d036
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-backend-dataops/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
4 changes: 2 additions & 2 deletions app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 3b3d036

Please sign in to comment.