We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc2a9f + 2c629e3 commit aaf6c5bCopy full SHA for aaf6c5b
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.3.0")
+ compileOnly("com.github.dasniko:keycloak-spi-bom:26.4.0")
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.0.0")
0 commit comments