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 @@ -26,7 +26,7 @@ dependencies {
26
26
27
27
// implementation("com.google.code.gson:gson:$gsonVersion")
28
28
implementation(files(" ../.ext/gson-2.8.6-SNAPSHOT.jar" ))
29
- implementation(" org.springframework:spring-expression:5.3.18 " )
29
+ implementation(" org.springframework:spring-expression:5.3.19 " )
30
30
implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
31
31
implementation(" org.jetbrains:annotations:23.0.0" )
32
32
testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
3
3
String kotlinVersion = " 1.6.10"
4
4
id ' org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
5
id ' com.avast.gradle.docker-compose' version " 0.15.2" apply false
6
- id ' io.gitlab.arturbosch.detekt' version " 1.19 .0" apply false
6
+ id ' io.gitlab.arturbosch.detekt' version " 1.20 .0" apply false
7
7
id ' com.github.johnrengelman.shadow' version " 7.1.2" apply false
8
8
id ' com.diffplug.spotless' version ' 6.4.2' apply false
9
9
}
You can’t perform that action at this time.
0 commit comments