Skip to content

Commit

Permalink
Bump junit.version from 5.3.1 to 5.9.1 (#159)
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.3.1 to 5.9.1.

Updates `junit-jupiter-engine` from 5.3.1 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.1...r5.9.1)

Updates `junit-jupiter-params` from 5.3.1 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.1...r5.9.1)

Updates `junit-vintage-engine` from 5.3.1 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.1...r5.9.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
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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 Jan 11, 2023
1 parent c379bb1 commit c7fcf3d
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 @@ -41,7 +41,7 @@
<testCompileSource>1.8</testCompileSource>

<jackson.version>2.14.0</jackson.version>
<junit.version>5.3.1</junit.version>
<junit.version>5.9.1</junit.version>
</properties>

<build>
Expand Down

0 comments on commit c7fcf3d

Please sign in to comment.