Skip to content

Commit

Permalink
chore: Update Test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2024
1 parent b2549c6 commit 73dcecf
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 @@ -12,12 +12,12 @@ jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
testcontainers-jdbc = { module = "org.testcontainers:jdbc", version.ref = "testcontainers" }

testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
junit-bom = "org.junit:junit-bom:5.10.2"
junit-bom = "org.junit:junit-bom:5.10.3"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.11"
strikt = "io.strikt:strikt-jvm:0.35.1"
mockk = "io.mockk:mockk-jvm:1.13.12"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"

# plugins
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.2.1"
Expand Down

0 comments on commit 73dcecf

Please sign in to comment.