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.
2 parents 9e997dd + 87db2a1 commit 28ba636Copy full SHA for 28ba636
build.gradle
@@ -35,7 +35,7 @@ java {
35
}
36
37
ext {
38
- pluginApiVersion = '25.2.0'
+ pluginApiVersion = '25.3.0'
39
40
41
dependencies {
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
51
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
52
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
53
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
54
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
55
56
0 commit comments