From 20a9a33daf0f7bb4a9808699d2fc2e5cbc09f0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:51:27 +0000 Subject: [PATCH] Bump com.diffplug.selfie:selfie-runner-junit5 from 2.4.1 to 2.4.2 Bumps [com.diffplug.selfie:selfie-runner-junit5](https://github.com/diffplug/selfie) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/diffplug/selfie/releases) - [Commits](https://github.com/diffplug/selfie/compare/jvm/2.4.1...jvm/2.4.2) --- updated-dependencies: - dependency-name: com.diffplug.selfie:selfie-runner-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... 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..cd492df 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.4.2' // -- Custom dependency -- implementation 'net.xyzsd:dichotomy:1.0'