aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>2022-10-18 11:20:52 +0200
committersonartech <sonartech@sonarsource.com>2022-10-20 20:03:03 +0000
commit890952172125929ff438afd030777ba0a1357e5a (patch)
tree7443ca8e6c9791ba519575241a0f02090fdafb1b /build.gradle
parentf4036514c8872a11abb1ce9881a64b1fad8c627d (diff)
downloadsonarqube-890952172125929ff438afd030777ba0a1357e5a.tar.gz
sonarqube-890952172125929ff438afd030777ba0a1357e5a.zip
Dependency upgrade (minor): org.mockito:mockito-inline from 4.7.0 to 4.8.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e4a27a36be7..0947ebe969c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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') {