Skip to content

Commit

Permalink
Bump junit.version from 5.8.2 to 5.10.2
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.8.2 to 5.10.2.

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent f23439a commit 47b5f6b
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 @@ -15,7 +15,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit.version>5.8.2</junit.version>
<junit.version>5.10.2</junit.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 47b5f6b

Please sign in to comment.