Skip to content

Commit 234a541

Browse files
authored
Merge pull request #44 from sourceplusplus/dependabot/gradle/org.springframework-spring-expression-5.3.16
Bump spring-expression from 5.3.15 to 5.3.16
2 parents d446010 + ebc814e commit 234a541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle.kts

+1-1
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.15")
29+
implementation("org.springframework:spring-expression:5.3.16")
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)