From ba426fcc111a5fa83ff307ce3edfca00d8ecdeb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:21:05 +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.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) Updates `org.junit.platform:junit-platform-launcher` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) Updates `org.junit.jupiter:junit-jupiter` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-jupiter - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-jupiter - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch 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 6ad857f..9adaa46 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.0.0") // Use JUnit Jupiter for testing. - 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") + testRuntimeOnly("org.junit.platform:junit-platform-engine:6.0.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") // 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