From 2378dc48d1f0945070ece11171c354c0db671a19 Mon Sep 17 00:00:00 2001 From: Steve Marion Date: Tue, 18 Oct 2022 16:39:17 +0200 Subject: [PATCH] [NO JIRA] upgrade org.mybatis:mybatis from 3.5.10 to 3.5.11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5