1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-15 09:34:04 +02:00

Bump junit-jupiter-engine from 5.8.1 to 5.9.2

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)

---
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:
dependabot[bot] 2023-03-14 12:09:37 +00:00 committed by Alex Pláte
parent d313845c84
commit 35142e5204

View File

@ -21,7 +21,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20")
compileOnly("org.jetbrains:annotations:23.0.0")