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 2b2b004 + cfd7534 commit 5744101Copy full SHA for 5744101
components/abstractions/gradle/dependencies.gradle
@@ -2,7 +2,7 @@ dependencies {
2
// Use JUnit Jupiter API for testing.
3
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
5
- testImplementation 'org.mockito:mockito-core:5.14.2'
+ testImplementation 'org.mockito:mockito-core:5.15.2'
6
testImplementation project(':components:serialization:json')
7
8
// Use JUnit Jupiter Engine for testing.
0 commit comments