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 b766c4a commit 9dfa52dCopy full SHA for 9dfa52d
application/build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
implementation 'org.apache.commons:commons-text:1.14.0'
81
implementation 'com.apptasticsoftware:rssreader:3.10.0'
82
83
- testImplementation 'org.mockito:mockito-core:5.19.0'
+ testImplementation 'org.mockito:mockito-core:5.20.0'
84
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
85
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
86
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments