| commit | 1ea2011d9ceda6385263ba4b8e7ae62cdabcc20b | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 02 23:10:18 2025 +0000 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Jun 03 08:45:32 2025 +0100 |
| tree | 8b0d1451b2aebdc793094221d2cd7a098094606e | |
| parent | 372e096b9138f3579c239941e427b76a44463389 [diff] |
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/tck/pom.xml b/tck/pom.xml index 2677b48..221a120 100644 --- a/tck/pom.xml +++ b/tck/pom.xml
@@ -43,7 +43,7 @@ <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> - <version>5.12.2</version> + <version>5.13.0</version> <type>pom</type> <scope>import</scope> </dependency>