Browse Source

SONAR-14044 update mybatis

tags/8.6.0.39681
Tobias Trabelsi 3 years ago
parent
commit
0511b3ab3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -358,7 +358,7 @@ subprojects {
dependency('org.mockito:mockito-core:3.3.3') {
exclude 'org.hamcrest:hamcrest-core'
}
dependency 'org.mybatis:mybatis:3.5.4'
dependency 'org.mybatis:mybatis:3.5.6'
dependency 'org.nanohttpd:nanohttpd:2.3.1'
dependency 'org.picocontainer:picocontainer:2.15'
dependencySet(group: 'org.slf4j', version: '1.7.30') {

Loading…
Cancel
Save