Skip to content

Commit 74cb37d

Browse files
Upgrade to JUnit 5.10.0
Closes gh-137
1 parent eb4341c commit 74cb37d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

context-propagation/gradle.lockfile

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def VERSIONS = [
66
]
77

88
def PLATFORM_BOMS = [
9-
'org.junit:junit-bom:5.9.+' // Not using latest.release to avoid using a milestone version.
9+
'org.junit:junit-bom:5.10.+' // Not using latest.release to avoid using a milestone version.
1010
]
1111

1212
subprojects {

0 commit comments

Comments
 (0)