We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0efb384 + f5350f0 commit a6ea8e0Copy full SHA for a6ea8e0
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -42,7 +42,7 @@ dependencies {
42
compileOnly("org.keycloak:keycloak-server-spi:${project.ext.get("keycloakVersion")}")
43
compileOnly("org.keycloak:keycloak-server-spi-private:${project.ext.get("keycloakVersion")}")
44
compileOnly("org.keycloak:keycloak-services:${project.ext.get("keycloakVersion")}")
45
- compileOnly("com.github.dasniko:keycloak-spi-bom:26.4.0")
+ compileOnly("com.github.dasniko:keycloak-spi-bom:26.5.3")
46
// Twilio's dependencies are used by our extension but not intended to be further exposed.
47
// The shadow plugin jar (shadowJar task) will include this and its dependencies.
48
implementation("com.twilio.sdk:twilio:11.3.4")
0 commit comments