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 aaf6c5b + d3a71fe commit ab48c76Copy full SHA for ab48c76
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -48,9 +48,9 @@ dependencies {
48
implementation("com.twilio.sdk:twilio:11.0.0")
49
50
// Use JUnit Jupiter for testing.
51
- testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.0")
52
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
53
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
54
// In keycloak, slf4j is bridged to jboss-logging. For test runtime here use slf4j-simple.
55
testImplementation("org.slf4j:slf4j-simple:2.0.17")
56
// To create mock instances
0 commit comments