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 552d600 + f446d86 commit 6a2ae81Copy full SHA for 6a2ae81
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.6.1")
+ compileOnly("com.github.dasniko:keycloak-spi-bom:26.6.2")
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