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 Feb 4, 2024
1 parent fab9371 commit f5aa668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
@@ -1,14 +1,14 @@
[versions]
detekt = "1.23.5"
jacoco = "0.8.7"
junit = "5.10.1"
junit = "5.10.2"
slf4j = "2.0.11"

[libraries]
assertj-core = { module = "org.assertj:assertj-core", version = "3.25.2" }
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.10.1" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.10.2" }
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "6.0.3" }
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 f5aa668

Please sign in to comment.