We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b917a9f commit cc2df4bCopy full SHA for cc2df4b
settings.gradle
@@ -161,9 +161,9 @@ dependencyResolutionManagement {
161
library( "xjc", "org.glassfish.jaxb", "jaxb-xjc" ).versionRef( xjcVersion )
162
}
163
testLibs {
164
- def junit5Version = version "junit5", "5.13.0"
+ def junit5Version = version "junit5", "5.13.4"
165
def junit4Version = version "junit4", "4.13.2"
166
- def junit5LauncherVersion = version "junit5Launcher", "1.12.0"
+ def junit5LauncherVersion = version "junit5Launcher", "1.13.4"
167
168
def assertjVersion = version "assertj", "3.26.3"
169
def hamcrestVersion = version "hamcrest", "3.0"
0 commit comments