Skip to content

Commit d3ac6f4

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 in /Plan (#4013)
* Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 in /Plan Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix JUnit not discovering tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com>
1 parent 495b4f5 commit d3ac6f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Plan/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ subprojects {
9090
placeholderapiVersion = "2.11.5"
9191
nkPlaceholderapiVersion = "1.4-SNAPSHOT"
9292

93-
junitVersion = "5.11.4"
93+
junitVersion = "5.12.1"
9494
mockitoVersion = "5.16.1"
9595
seleniumVersion = "4.30.0"
9696
testContainersVersion = "1.20.6"
@@ -119,6 +119,9 @@ subprojects {
119119
annotationProcessor("com.google.dagger:dagger-compiler:$daggerVersion") {
120120
exclude group: "org.jspecify", module: "jspecify"
121121
}
122+
123+
// Required for JUnit to discover tests in modules.
124+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
122125
}
123126

124127
test {

0 commit comments

Comments
 (0)