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 f19f17e commit b99e24fCopy full SHA for b99e24f
build.gradle
@@ -154,9 +154,9 @@ dependencies {
154
testImplementation 'com.h2database:h2:+'
155
156
// for JaCoCo Reports
157
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
158
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
159
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
160
161
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
162
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
0 commit comments