From: Steve Marion Date: Tue, 18 Oct 2022 14:39:17 +0000 (+0200) Subject: [NO JIRA] upgrade org.mybatis:mybatis from 3.5.10 to 3.5.11 X-Git-Tag: 9.8.0.63668~241 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2378dc48d1f0945070ece11171c354c0db671a19;p=sonarqube.git [NO JIRA] upgrade org.mybatis:mybatis from 3.5.10 to 3.5.11 --- diff --git a/build.gradle b/build.gradle index 60d4cb73bfe..38c813ec614 100644 --- a/build.gradle +++ b/build.gradle @@ -327,7 +327,7 @@ subprojects { exclude 'org.hamcrest:hamcrest-core' } dependency('org.mockito:mockito-inline:4.7.0') - dependency 'org.mybatis:mybatis:3.5.10' + dependency 'org.mybatis:mybatis:3.5.11' dependency 'org.nanohttpd:nanohttpd:2.3.1' dependencySet(group: 'org.slf4j', version: '1.7.30') { entry 'jcl-over-slf4j'