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 aa5ad5a commit 0040c78Copy full SHA for 0040c78
settings.gradle
@@ -164,9 +164,9 @@ dependencyResolutionManagement {
164
library( "xjc", "org.glassfish.jaxb", "jaxb-xjc" ).versionRef( xjcVersion )
165
}
166
testLibs {
167
- def junit5Version = version "junit5", "5.13.0"
+ def junit5Version = version "junit5", "5.13.4"
168
def junit4Version = version "junit4", "4.13.2"
169
- def junit5LauncherVersion = version "junit5Launcher", "1.12.0"
+ def junit5LauncherVersion = version "junit5Launcher", "1.13.4"
170
171
def assertjVersion = version "assertj", "3.26.3"
172
def hamcrestVersion = version "hamcrest", "3.0"
0 commit comments