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 Oct 25, 2024
1 parent bae1792 commit 7fcb8a8
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.11")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation(libs.jna)
}

Expand Down
4 changes: 2 additions & 2 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.11.2"
junit-bom = "org.junit:junit-bom:5.11.3"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.13"

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

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

0 comments on commit 7fcb8a8

Please sign in to comment.