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 {
2626
2727 // implementation("com.google.code.gson:gson:$gsonVersion")
2828 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 " )
3030 implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
3131 implementation(" org.jetbrains:annotations:23.0.0" )
3232 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
33 String kotlinVersion = " 1.6.10"
44 id ' org.jetbrains.kotlin.jvm' version kotlinVersion apply false
55 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
77 id ' com.github.johnrengelman.shadow' version " 7.1.2" apply false
88 id ' com.diffplug.spotless' version ' 6.4.2' apply false
99 }
You can’t perform that action at this time.
0 commit comments