From d11101cd10fc00fa109df4a58319b4ab48fadd2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:45:43 +0000 Subject: [PATCH] Bump com.diffplug.selfie:selfie-runner-junit5 from 2.4.1 to 2.5.1 Bumps [com.diffplug.selfie:selfie-runner-junit5](https://github.com/diffplug/selfie) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/diffplug/selfie/releases) - [Commits](https://github.com/diffplug/selfie/compare/jvm/2.4.1...jvm/2.5.1) --- updated-dependencies: - dependency-name: com.diffplug.selfie:selfie-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa78d55..936dc0b 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation 'com.h2database:h2' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'com.diffplug.selfie:selfie-runner-junit5:2.4.1' + testImplementation 'com.diffplug.selfie:selfie-runner-junit5:2.5.1' // -- Custom dependency -- implementation 'net.xyzsd:dichotomy:1.0'