Skip to content

Commit

Permalink
Bump version.org.junit.jupiter from 5.10.2 to 5.10.3
Browse files Browse the repository at this point in the history
Bumps `version.org.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-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)

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)

---
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-engine
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mswiderski committed Jul 20, 2024
1 parent e048162 commit 870b01c
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 @@ -134,7 +134,7 @@
<version.org.hamcrest>1.3</version.org.hamcrest> <!-- else old version coming from Mockito wins and breaks tests -->
<version.jakarta.ws.rs.jakarta-rs-api>3.1.0</version.jakarta.ws.rs.jakarta-rs-api>
<version.org.junit.minor>6.2</version.org.junit.minor> <!-- so that org.junit.platform and org.junit can share the same minor version -->
<version.org.junit>5.10.2</version.org.junit>
<version.org.junit>5.10.3</version.org.junit>
<version.org.junit.jupiter>${version.org.junit}</version.org.junit.jupiter>
<version.org.junit.vintage>${version.org.junit}</version.org.junit.vintage>
<version.ch.qos.logback>1.5.6</version.ch.qos.logback>
Expand Down

0 comments on commit 870b01c

Please sign in to comment.