deps: bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.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>
dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.11.0
dependabot[bot] 3 months ago committed by GitHub
parent 2df9fd897a
commit fef9cff5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,7 +85,7 @@ allprojects {
dependencies { dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
} }
test { test {

Loading…
Cancel
Save