mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-23 13:15:45 +02:00
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.5 to 5.12.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.5 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.5...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c2513c8a74
commit
0b817ba575
@ -151,10 +151,10 @@ dependencies {
|
||||
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.5")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.0")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
|
||||
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
|
||||
testFixturesImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.5")
|
||||
testFixturesImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.0")
|
||||
testFixturesImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
|
||||
|
||||
// Temp workaround suggested in https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#junit5-test-framework-refers-to-junit4
|
||||
|
@ -46,7 +46,7 @@ afterEvaluate {
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.5")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
|
||||
|
||||
// Temp workaround suggested in https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#junit5-test-framework-refers-to-junit4
|
||||
// Can be removed when IJPL-159134 is fixed
|
||||
|
Loading…
Reference in New Issue
Block a user