From 00698cf7cd9eff8f66dee809d00368087705b50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:45:32 +0000 Subject: [PATCH] Bump the junit-jupiter group across 1 directory with 3 updates Bumps the junit-jupiter group with 2 updates in the /twilio-keycloak-provider directory: [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-engine` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `org.junit.platform:junit-platform-launcher` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `org.junit.jupiter:junit-jupiter` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit-jupiter - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit-jupiter - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit-jupiter ... Signed-off-by: dependabot[bot] --- twilio-keycloak-provider/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twilio-keycloak-provider/build.gradle.kts b/twilio-keycloak-provider/build.gradle.kts index ffc649f..4d6cb9f 100644 --- a/twilio-keycloak-provider/build.gradle.kts +++ b/twilio-keycloak-provider/build.gradle.kts @@ -48,9 +48,9 @@ dependencies { implementation("com.twilio.sdk:twilio:11.3.4") // Use JUnit Jupiter for testing. - 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") + testRuntimeOnly("org.junit.platform:junit-platform-engine:6.1.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") // In keycloak, slf4j is bridged to jboss-logging. For test runtime here use slf4j-simple. testImplementation("org.slf4j:slf4j-simple:2.0.17") // To create mock instances