We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca89bcb + 430569e commit 0efb384Copy full SHA for 0efb384
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
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")
+ implementation("com.twilio.sdk:twilio:11.3.4")
49
50
// Use JUnit Jupiter for testing.
51
testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.3")
0 commit comments