From eb38e838d17e46f2b20d69d2b8e57328860035d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:47:27 +0000 Subject: [PATCH] Bump com.unboundid.product.scim2:scim2-sdk-client from 2.3.5 to 4.0.0 Bumps [com.unboundid.product.scim2:scim2-sdk-client](https://github.com/pingidentity/scim2) from 2.3.5 to 4.0.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-4.0.0) --- updated-dependencies: - dependency-name: com.unboundid.product.scim2:scim2-sdk-client dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- proprietary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary/build.gradle b/proprietary/build.gradle index 3e37b398e..7c945ec3c 100644 --- a/proprietary/build.gradle +++ b/proprietary/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.3.RELEASE' api 'io.micrometer:micrometer-registry-prometheus' - implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.5' + implementation 'com.unboundid.product.scim2:scim2-sdk-client:4.0.0' runtimeOnly 'com.h2database:h2:2.3.232' // Don't upgrade h2database runtimeOnly 'org.postgresql:postgresql:42.7.7' constraints {