We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 481c32c + 8b3bb8b commit 3c1c8dfCopy full SHA for 3c1c8df
1 file changed
twilio-keycloak-provider/build.gradle.kts
@@ -48,9 +48,9 @@ dependencies {
48
implementation("com.twilio.sdk:twilio:10.9.2")
49
50
// Use JUnit Jupiter for testing.
51
- testRuntimeOnly("org.junit.platform:junit-platform-engine:1.13.4")
52
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
53
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
+ testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
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