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 b80a46b commit bb7de59Copy full SHA for bb7de59
1 file changed
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
implementation 'com.google.code.gson:gson:2.13.2'
61
implementation 'org.jspecify:jspecify:1.0.0'
62
63
- testImplementation platform('org.junit:junit-bom:5.13.4')
+ testImplementation platform('org.junit:junit-bom:5.14.0')
64
testImplementation 'org.junit.jupiter:junit-jupiter'
65
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
66
testImplementation "org.hamcrest:hamcrest-library:3.0"
0 commit comments