From 230b9161c655d3c1ad256f6167cedd642897656b Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Tue, 7 Nov 2023 10:44:20 +0100 Subject: [PATCH] [NO-JIRA] Update org.mybatis:mybatis 3.5.13 -> 3.5.14 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa7deffb804..cefe1850916 100644 --- a/build.gradle +++ b/build.gradle @@ -398,7 +398,7 @@ subprojects { exclude 'org.hamcrest:hamcrest-core' } dependency "org.springframework:spring-test:${springVersion}" - dependency 'org.mybatis:mybatis:3.5.13' + dependency 'org.mybatis:mybatis:3.5.14' dependencySet(group: 'org.slf4j', version: '2.0.9') { entry 'jcl-over-slf4j' entry 'jul-to-slf4j' -- 2.39.5