Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update all dependencies (#14)
Browse files Browse the repository at this point in the history
| datasource | package                                                       | from   | to     |
| ---------- | ------------------------------------------------------------- | ------ | ------ |
| maven      | org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin         | 8.5.9  | 8.5.10 |
| maven      | org.postgresql:postgresql                                     | 42.3.4 | 42.3.5 |
| maven      | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.2.3  | 5.3.0  |
| maven      | io.kotest:kotest-runner-junit5                                | 5.2.3  | 5.3.0  |
| maven      | io.kotest:kotest-property                                     | 5.2.3  | 5.3.0  |
| maven      | io.kotest:kotest-framework-engine                             | 5.2.3  | 5.3.0  |
| maven      | io.kotest:kotest-assertions-core                              | 5.2.3  | 5.3.0  |

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 5, 2022
1 parent ba138be commit 68d15d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ kover = "0.5.0"
spring = "2.6.7"
reactorKotlinExtensions = "1.1.6"
undertow = "2.2.17.Final"
kotest = "5.2.3"
kotestGradle = "5.2.3"
kotest = "5.3.0"
kotestGradle = "5.3.0"
kotestArrow = "1.2.5"
detekt = "1.20.0"
nettyTransport = "4.1.76.Final"
testcontainers = "1.17.1"
hikari = "5.0.1"
postgresql = "42.3.4"
postgresql = "42.3.5"
kjwt = "0.5.3"
flyway = "8.5.9"
flyway = "8.5.10"
springBoot = "2.6.7"
kotlinBinaryCompatibilityValidator = "0.9.0"

Expand Down

0 comments on commit 68d15d0

Please sign in to comment.