Skip to content

Commit 3c1c8df

Browse files
Merge pull request #78 from PhilanthropyDataCommons/dependabot/gradle/twilio-keycloak-provider/junit-jupiter-23acbd0420
2 parents 481c32c + 8b3bb8b commit 3c1c8df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

twilio-keycloak-provider/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ dependencies {
4848
implementation("com.twilio.sdk:twilio:10.9.2")
4949

5050
// 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")
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")
5454
// In keycloak, slf4j is bridged to jboss-logging. For test runtime here use slf4j-simple.
5555
testImplementation("org.slf4j:slf4j-simple:2.0.17")
5656
// To create mock instances

0 commit comments

Comments
 (0)