Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent d08cfdf commit b1fc9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin-dsl = "6.1.1"
junit4 = "4.13.2"
# JUnit 5 = JUnit Platform ([junit-api]) + JUnit Jupiter ([junit-engine]) + JUnit Vintage ([junit-vintage])
# Changelog: https://junit.org/junit5/docs/current/release-notes/index.html
junit5 = "5.11.2"
junit5 = "5.11.3"
# GitHub Releases: https://github.com/junit-pioneer/junit-pioneer/releases
junit5-pioneer = "2.3.0"

Expand Down
4 changes: 2 additions & 2 deletions graph/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
isTransitive = false
}

testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testImplementation("org.hamcrest:hamcrest:3.0")
Expand Down

0 comments on commit b1fc9c6

Please sign in to comment.