Skip to content

Commit ebc814e

Browse files
Bump spring-expression from 5.3.15 to 5.3.16
Bumps [spring-expression](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.16. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) --- updated-dependencies: - dependency-name: org.springframework:spring-expression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d446010 commit ebc814e

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)