Skip to content

Commit

Permalink
[GR-41919] Upgrade JUNit.
Browse files Browse the repository at this point in the history
PullRequest: mx/1801
  • Loading branch information
jchalou committed Jun 19, 2024
2 parents 6c82af9 + 79785b2 commit 3750429
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static class Builder extends AllDefaultPossibilitiesBuilder {
private final List<Failure> missingClasses = new ArrayList<>();

public Builder() {
super(true);
super();
}

protected Class<?> resolveClass(String name) throws ClassNotFoundException {
Expand Down
6 changes: 3 additions & 3 deletions mx.mx/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@
},

"JUNIT" : {
"digest": "sha512:5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce",
"sourceDigest": "sha512:5c36f1671b1567919baa633e01765cf8e67c75f37f52876e11f764e3fccfa7b3c2b4cf2214b8956fd58a06f502694c80a208e8b88bcaca3893fc9c62820322a2",
"digest": "sha512:a31b9950f929a7e5a600d89787ef40e42a8a8e2392e210d0c0f45b3572937670a18a524f1815508cd1152cd1eaa7275cb7430ba45c053be365c83c231bccd3f0",
"sourceDigest": "sha512:b6299ee0f7b0ed187539d81115eb5a2cc0443172db2da63821cb683da3fafa765cd38227ac0cdfe74f2cf8e61fb8679224cebfd1057331dd9d85aa2325417481",
"dependencies" : ["HAMCREST"],
"licence" : "CPL",
"maven" : {
"groupId" : "junit",
"artifactId" : "junit",
"version" : "4.12",
"version" : "4.13.2",
}
},

Expand Down
2 changes: 1 addition & 1 deletion src/mx/_impl/mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -18194,7 +18194,7 @@ def alarm_handler(signum, frame):
_CACHE_DIR = get_env('MX_CACHE_DIR', join(dot_mx_dir(), 'cache'))

# The version must be updated for every PR (checked in CI) and the comment should reflect the PR's issue
version = VersionSpec("7.27.0") # strong digest check
version = VersionSpec("7.27.1") # GR-41919 Upgrade mx junit version to at least 4.13.1.

_mx_start_datetime = datetime.utcnow()

Expand Down

0 comments on commit 3750429

Please sign in to comment.