Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 8713afa commit ec6b9bd
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,7 +1,7 @@
[versions]
asm = "9.7"
configurate = "4.1.2"
junit = "5.10.1"
junit = "5.10.2"
kotlin = "1.9.22"
log4j = "2.23.1"

Expand All @@ -20,7 +20,7 @@ guice = "com.google.inject:guice:5.1.0"
jansi = "org.fusesource.jansi:jansi:2.4.1"
junit-core = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-launcher = "org.junit.platform:junit-platform-launcher:1.10.1"
junit-launcher = "org.junit.platform:junit-platform-launcher:1.10.2"
juniversalchardet = "com.github.albfernandez:juniversalchardet:2.4.0"
logging-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j" }
logging-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
Expand Down

0 comments on commit ec6b9bd

Please sign in to comment.