From 871073d29006061a0b908df62da7e3d3c843dd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 22:37:22 +0000 Subject: [PATCH] Bump org.springframework.session:spring-session-core from 3.4.3 to 3.5.0 Bumps [org.springframework.session:spring-session-core](https://github.com/spring-projects/spring-session) from 3.4.3 to 3.5.0. - [Release notes](https://github.com/spring-projects/spring-session/releases) - [Changelog](https://github.com/spring-projects/spring-session/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-session/compare/3.4.3...3.5.0) --- updated-dependencies: - dependency-name: org.springframework.session:spring-session-core dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9adf2f1b5..811aee0d4 100644 --- a/build.gradle +++ b/build.gradle @@ -458,7 +458,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion" implementation "org.springframework.boot:spring-boot-starter-mail:$springBootVersion" - implementation "org.springframework.session:spring-session-core:3.4.3" + implementation "org.springframework.session:spring-session-core:3.5.0" implementation "org.springframework:spring-jdbc:6.2.7" implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.5'