Browse Source

[NO JIRA] upgrade org.mybatis:mybatis from 3.5.10 to 3.5.11

tags/9.8.0.63668
Steve Marion 1 year ago
parent
commit
2378dc48d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

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

Loading…
Cancel
Save