From: Simon Brandhof Date: Tue, 3 Mar 2020 15:23:38 +0000 (+0100) Subject: SONAR-13155 Upgrade MyBatis from 3.5.3 to 3.5.4 X-Git-Tag: 8.3.0.34182~120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=55b592b7cb37d53d019437bbf29c21f506718b3f;p=sonarqube.git SONAR-13155 Upgrade MyBatis from 3.5.3 to 3.5.4 The bug-fixes do not bring breaking changes: https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.5.4 --- diff --git a/build.gradle b/build.gradle index 3a9d714de70..8837a2a1317 100644 --- a/build.gradle +++ b/build.gradle @@ -277,7 +277,7 @@ subprojects { dependency('org.mockito:mockito-core:3.1.0') { exclude 'org.hamcrest:hamcrest-core' } - dependency 'org.mybatis:mybatis:3.5.3' + dependency 'org.mybatis:mybatis:3.5.4' dependency 'org.nanohttpd:nanohttpd:2.3.0' dependency 'org.picocontainer:picocontainer:2.15' dependencySet(group: 'org.slf4j', version: '1.7.28') {