Skip to content

Commit

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 61df95c commit cf16b7b
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.3</version.junit.jupiter>
<version.junit.jupiter>5.11.1</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.4-M4-groovy-3.0</version.spock>
Expand Down

0 comments on commit cf16b7b

Please sign in to comment.