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] authored Aug 24, 2024
1 parent 7db8e9d commit 55d66f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artifact-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation(enforcedPlatform(libs.junit.bom))
testImplementation(libs.junit.jupiter)
testImplementation(libs.strikt)
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
}

tasks {
Expand Down
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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.3"
junit-bom = "org.junit:junit-bom:5.11.0"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = { module = "io.strikt:strikt-jvm", version = { strictly = "0.34.1" } }
strikt = { module = "io.strikt:strikt-jvm", version = { strictly = "0.35.1" } }
mockk = "io.mockk:mockk-jvm:1.13.12"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
Expand Down

0 comments on commit 55d66f4

Please sign in to comment.