Skip to content

Commit

Permalink
Merge pull request baomidou#1824 from baomidou/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…jetbrains.kotlin-kotlin-stdlib-jdk8-1.3.60

Bump kotlin-stdlib-jdk8 from 1.3.50 to 1.3.60
  • Loading branch information
miemieYaho authored Nov 15, 2019
2 parents 13701a9 + e1e3bad commit 85e4e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {

lib = [
"kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.3.50",
"kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50",
"kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.60",
"jsqlparser" : "com.github.jsqlparser:jsqlparser:${jsqlparserVersion}",
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
Expand Down

0 comments on commit 85e4e97

Please sign in to comment.