Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.11.1
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.11.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent d2da66f commit 55a2d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
Expand All @@ -87,7 +87,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0'
testImplementation 'io.zonky.test:embedded-postgres:2.0.7'
testCompileOnly 'org.slf4j:slf4j-api:2.0.13'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation sourceSets.testCommon.output
compileTestJava.dependsOn processTestResources
jar.dependsOn processTestResources
Expand Down

0 comments on commit 55a2d73

Please sign in to comment.