Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twilio-keycloak-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2"
}

// We expect the current LTS version of the JDK for IDEs, compilation, etc.: 17.
Expand Down