Skip to content

Commit ab48c76

Browse files
authored
Merge pull request #86 from PhilanthropyDataCommons/dependabot/gradle/twilio-keycloak-provider/junit-jupiter-4190ad39be
Bump the junit-jupiter group across 1 directory with 3 updates
2 parents aaf6c5b + d3a71fe commit ab48c76

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:11.0.0")
4949

5050
// 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")
51+
testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.3")
52+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
53+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
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)