From 5118549d4b7b8d9fe81d43c9bfaca80e84f9bae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:53:41 +0000 Subject: [PATCH] Bump com.unboundid.product.scim2:scim2-sdk-client from 2.3.5 to 3.2.0 Bumps [com.unboundid.product.scim2:scim2-sdk-client](https://github.com/pingidentity/scim2) from 2.3.5 to 3.2.0. - [Release notes](https://github.com/pingidentity/scim2/releases) - [Changelog](https://github.com/pingidentity/scim2/blob/master/CHANGELOG.md) - [Commits](https://github.com/pingidentity/scim2/compare/scim2-2.3.5...scim2-3.2.0) --- updated-dependencies: - dependency-name: com.unboundid.product.scim2:scim2-sdk-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a65af412..0a839290 100644 --- a/build.gradle +++ b/build.gradle @@ -298,7 +298,7 @@ dependencies { implementation "org.springframework.session:spring-session-core:$springBootVersion" - implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.5' + implementation 'com.unboundid.product.scim2:scim2-sdk-client:3.2.0' // Don't upgrade h2database runtimeOnly "com.h2database:h2:2.3.232" constraints {