Skip to content

Commit

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manovotn committed Aug 12, 2024
1 parent 158def2 commit 5f8494d
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 @@
<maven.compiler.target>11</maven.compiler.target>
<!-- Versions -->
<version.junit4>4.13.2</version.junit4>
<version.junit.jupiter>5.10.2</version.junit.jupiter>
<version.junit.jupiter>5.10.3</version.junit.jupiter>
<!-- version.spock and version.junit.platform should be upgraded together -->
<!-- see https://github.com/weld/weld-testing/pull/184#issuecomment-2024300488 -->
<version.spock>2.3-groovy-3.0</version.spock>
Expand Down

0 comments on commit 5f8494d

Please sign in to comment.