Skip to content

Commit

Permalink
Bump junit-jupiter.version from 5.7.2 to 5.8.1 (zalando#325)
Browse files Browse the repository at this point in the history
Bumps `junit-jupiter.version` from 5.7.2 to 5.8.1.

Updates `junit-jupiter-engine` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.1)

Updates `junit-jupiter-params` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2021
1 parent c8da220 commit 6625e9e
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 @@ -49,7 +49,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 6625e9e

Please sign in to comment.