Skip to content

Commit cc2df4b

Browse files
marko-bekhtasebersole
authored andcommitted
HHH-19641 Upgrade to JUnit 5.13.4
1 parent b917a9f commit cc2df4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ dependencyResolutionManagement {
161161
library( "xjc", "org.glassfish.jaxb", "jaxb-xjc" ).versionRef( xjcVersion )
162162
}
163163
testLibs {
164-
def junit5Version = version "junit5", "5.13.0"
164+
def junit5Version = version "junit5", "5.13.4"
165165
def junit4Version = version "junit4", "4.13.2"
166-
def junit5LauncherVersion = version "junit5Launcher", "1.12.0"
166+
def junit5LauncherVersion = version "junit5Launcher", "1.13.4"
167167

168168
def assertjVersion = version "assertj", "3.26.3"
169169
def hamcrestVersion = version "hamcrest", "3.0"

0 commit comments

Comments
 (0)