From: Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:44:37 +0000 (+0100) Subject: SONAR-21569 Update org.mybatis:mybatis 3.5.14 -> 3.5.15 X-Git-Tag: 10.5.0.89998~271 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=408746fba1b0c83727befff749f3bd10d967686b;p=sonarqube.git SONAR-21569 Update org.mybatis:mybatis 3.5.14 -> 3.5.15 --- diff --git a/build.gradle b/build.gradle index 9b9dad99ff9..6ecfd892eac 100644 --- a/build.gradle +++ b/build.gradle @@ -408,7 +408,7 @@ subprojects { exclude 'org.hamcrest:hamcrest-core' } dependency "org.springframework:spring-test:${springVersion}" - dependency 'org.mybatis:mybatis:3.5.14' + dependency 'org.mybatis:mybatis:3.5.15' dependencySet(group: 'org.slf4j', version: '2.0.11') { entry 'jcl-over-slf4j' entry 'jul-to-slf4j'