Browse Source

SONAR-21569 Update org.mybatis:mybatis 3.5.14 -> 3.5.15

tags/10.5.0.89998
Wojtek Wajerowicz 4 months ago
parent
commit
408746fba1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -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'

Loading…
Cancel
Save