From 55b592b7cb37d53d019437bbf29c21f506718b3f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 3 Mar 2020 16:23:38 +0100 Subject: [PATCH] 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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.39.5