Skip to content

Commit 9816d80

Browse files
authored
Merge pull request #50 from sourceplusplus/dependabot/gradle/org.springframework-spring-expression-5.3.17
Bump spring-expression from 5.3.16 to 5.3.17
2 parents d40354c + 6aadec4 commit 9816d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.16")
29+
implementation("org.springframework:spring-expression:5.3.17")
3030
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
3131
implementation("org.jetbrains:annotations:23.0.0")
3232
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)