Upgrade JUnit5 to 5.10.2
This commit is contained in:
parent
5d4ffac58d
commit
1ed98a901b
|
@ -169,7 +169,7 @@ dependencyResolutionManagement {
|
||||||
library( "el", "org.glassfish.expressly", "expressly" ).versionRef( elVersion )
|
library( "el", "org.glassfish.expressly", "expressly" ).versionRef( elVersion )
|
||||||
}
|
}
|
||||||
testLibs {
|
testLibs {
|
||||||
def junit5Version = version "junit5", "5.9.2"
|
def junit5Version = version "junit5", "5.10.2"
|
||||||
def junit4Version = version "junit4", "4.13.2"
|
def junit4Version = version "junit4", "4.13.2"
|
||||||
def junit5LauncherVersion = version "junit5Launcher", "1.10.2"
|
def junit5LauncherVersion = version "junit5Launcher", "1.10.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue