Skip to content

Commit

Permalink
Bump junit-jupiter from 5.7.2 to 5.8.0 in /devtools/gradle
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2021
1 parent 5c5edbc commit c213dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
implementation "io.quarkus:quarkus-bootstrap-core:${version}"

testImplementation gradleTestKit()
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.0'
testImplementation 'org.assertj:assertj-core:3.20.2'
}

Expand Down

0 comments on commit c213dfe

Please sign in to comment.