Browse Source

[NO-JIRA] Update org.mybatis:mybatis 3.5.13 -> 3.5.14

tags/10.4.0.87286
antoine.vinot 7 months ago
parent
commit
230b9161c6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

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

Loading…
Cancel
Save