From fbd720b34e6a021b68b16c9832ad34cc4b0320e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:29:04 +0000 Subject: [PATCH] Bump com.diffplug.selfie:selfie-runner-junit5 from 2.4.1 to 2.5.2 Bumps [com.diffplug.selfie:selfie-runner-junit5](https://github.com/diffplug/selfie) from 2.4.1 to 2.5.2. - [Release notes](https://github.com/diffplug/selfie/releases) - [Commits](https://github.com/diffplug/selfie/compare/jvm/2.4.1...jvm/2.5.2) --- updated-dependencies: - dependency-name: com.diffplug.selfie:selfie-runner-junit5 dependency-version: 2.5.2 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..e46006b 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.2' // -- Custom dependency -- implementation 'net.xyzsd:dichotomy:1.0'