Skip to content

Commit

Permalink
fix: bump junit-jupiter.version from 5.8.2 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps `junit-jupiter.version` from 5.8.2 to 5.9.0.

Updates `junit-jupiter-engine` from 5.8.2 to 5.9.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.9.0)

Updates `junit-jupiter` from 5.8.2 to 5.9.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.9.0)

Updates `junit-jupiter-api` from 5.8.2 to 5.9.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mbarre committed Jul 28, 2022
1 parent d00c94d commit 5577ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<spring-context.version>5.3.22</spring-context.version>
<jol-core.version>0.16</jol-core.version>
<logback-classic.version>1.2.11</logback-classic.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<junit-jupiter.version>5.9.0</junit-jupiter.version>
<spring-boot-starter-test.version>2.7.2</spring-boot-starter-test.version>

<!-- Plugins versions -->
Expand Down

0 comments on commit 5577ae5

Please sign in to comment.