]> source.dussan.org Git - sonarqube.git/commitdiff
Dependency upgrade (minor): org.mockito:mockito-inline from 4.7.0 to 4.8.0
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>
Tue, 18 Oct 2022 09:20:52 +0000 (11:20 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 20 Oct 2022 20:03:03 +0000 (20:03 +0000)
build.gradle

index e4a27a36be7d16834336901d4200e5713993e843..0947ebe969ce8c52c5ec1ca398e331e4ea5990f3 100644 (file)
@@ -327,7 +327,7 @@ subprojects {
       dependency('org.mockito:mockito-core:4.8.0') {
         exclude 'org.hamcrest:hamcrest-core'
       }
-      dependency('org.mockito:mockito-inline:4.7.0')
+      dependency('org.mockito:mockito-inline:4.8.0')
       dependency 'org.mybatis:mybatis:3.5.11'
       dependency 'org.nanohttpd:nanohttpd:2.3.1'
       dependencySet(group: 'org.slf4j', version: '1.7.30') {