File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
lib = [
25
25
" kotlin-reflect" : " org.jetbrains.kotlin:kotlin-reflect:1.9.0" ,
26
- " kotlin-stdlib-jdk8" : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 " ,
26
+ " kotlin-stdlib-jdk8" : " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 " ,
27
27
" jsqlparser" : " com.github.jsqlparser:jsqlparser:${ jsqlparserVersion} " ,
28
28
" mybatis" : " org.mybatis:mybatis:${ mybatisVersion} " ,
29
29
" mybatis-spring" : " org.mybatis:mybatis-spring:${ mybatisSpringVersion} " ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
dependencies {
10
10
// noinspection DifferentKotlinGradleVersion
11
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10 "
11
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0 "
12
12
classpath " gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1"
13
13
classpath " io.freefair.gradle:lombok-plugin:6.6"
14
14
}
You can’t perform that action at this time.
0 commit comments