Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:testcontainers to v1.…
Browse files Browse the repository at this point in the history
…20.1
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 5f98043 commit 45fca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object PluginLibs {
const val jooq = "3.14.13"
const val docker = "8.1.0"
const val shadow = "7.1.2"
const val testcontainers = "1.19.7"
const val testcontainers = "1.20.1"
const val yaml = "2.2"
}

Expand Down

0 comments on commit 45fca4a

Please sign in to comment.