Skip to content

Commit 300c2c0

Browse files
authored
Merge branch 'master' into dev
2 parents 5ff4895 + 4f28d7b commit 300c2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)