Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent 72b79f3 commit 2d1149a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
detekt = "1.23.7"
jacoco = "0.8.12"
junit = "5.11.1"
junit = "5.11.2"
slf4j = "2.0.16"

[libraries]
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.1" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.2" }
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.0" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
Expand Down

0 comments on commit 2d1149a

Please sign in to comment.