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 88d29b6 commit fad4457Copy full SHA for fad4457
build.gradle
@@ -98,9 +98,9 @@ dependencies {
98
testImplementation 'com.h2database:h2:+'
99
100
// for JaCoCo Reports
101
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
102
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
103
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
104
105
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
106
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
0 commit comments