From 09d9a4f22e2e5ee5de6daf4ecbbbab7f54a191fc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 26 Mar 2018 15:34:04 +0200 Subject: [PATCH] SONAR-9801 Drop noisy logs about java.util.Collections at startup Upgrading MyBatis from 3.4.4 to 3.4.6 drops the log. See https://github.com/mybatis/mybatis-3/issues/929 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index faffd260d16..5a461315da0 100644 --- a/build.gradle +++ b/build.gradle @@ -187,7 +187,7 @@ subprojects { dependency('org.mockito:mockito-core:2.15.0') { exclude 'org.hamcrest:hamcrest-core' } - dependency 'org.mybatis:mybatis:3.4.4' + dependency 'org.mybatis:mybatis:3.4.6' dependency 'org.nanohttpd:nanohttpd:2.3.0' dependency 'org.picocontainer:picocontainer:2.15' dependencySet(group: 'org.slf4j', version: '1.7.25') { -- 2.39.5