From fa216736b0831a0f086a0dc8db4a4c0c28acc3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:11:20 +0000 Subject: [PATCH] Bump com.gradleup.shadow in /twilio-keycloak-provider Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.2.2 to 9.4.2. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.2.2...9.4.2) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- twilio-keycloak-provider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio-keycloak-provider/build.gradle.kts b/twilio-keycloak-provider/build.gradle.kts index 6c5291c..2c83f9b 100644 --- a/twilio-keycloak-provider/build.gradle.kts +++ b/twilio-keycloak-provider/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // keycloak classpath with a single jar. The alternative would be to copy/include each jar // and dependent jars onto the keycloak classpath. See exclusions below because there is some // overlap in the twilio and keycloak dependencies. - id("com.gradleup.shadow") version "9.2.2" + id("com.gradleup.shadow") version "9.4.2" } // We expect the current LTS version of the JDK for IDEs, compilation, etc.: 17.