Skip to content

Commit 1f6dff4

Browse files
committedMar 5, 2024
7903578: Update jtreg to bundle JUnit 5.10.2
Reviewed-by: jjg
1 parent 4b2cb31 commit 1f6dff4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Use SOURCE_BUILD_EPOCH to suppport reproducible builds
44
[CODETOOLS-7903539](https://bugs.openjdk.org/browse/CODETOOLS-7903539)
5+
* Updated jtreg to bundle JUnit 5.10.2 [CODETOOLS-7903578](https://bugs.openjdk.org/browse/CODETOOLS-7903578)
56

67
## [7.3.1](https://git.openjdk.org/jtreg/compare/jtreg-7.3+1...jtreg-7.3.1+1)
78

‎make/build-support/version-numbers

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DEFAULT_JTHARNESS_SRC_TAG=jt6.0-b24
4242
DEFAULT_JTHARNESS_SRC_ARCHIVE_CHECKSUM=3d25ddea8e59ab8ff0943bc65aebc80a2aecc4a3
4343

4444
# JUnit 5 = JUnit Platform 1.y.z + JUnit Jupiter 5.y.z + JUnit Vintage 5.y.z
45-
DEFAULT_JUNIT_VERSION=1.9.2
46-
DEFAULT_JUNIT_JAR_CHECKSUM=bb856bc86a6e6cd48080546afcaf7a210713ea21
45+
DEFAULT_JUNIT_VERSION=1.10.2
46+
DEFAULT_JUNIT_JAR_CHECKSUM=552303cce67dc3485ded393d744c0f6b5cae355b
4747
DEFAULT_JUNIT_LICENSE_FILE=LICENSE-junit.txt
4848

4949
DEFAULT_TESTNG_VERSION=7.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.