From 588f4e21b2dd28a4f57170fe3a272b708aa5a761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:16:46 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.11.2 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.2...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8ecf134..2601e34 100644 --- a/build.gradle +++ b/build.gradle @@ -45,12 +45,12 @@ dependencies { api "org.springframework.boot:spring-boot-test:3.4.1" api "org.springframework:spring-test:6.1.13" api "org.slf4j:slf4j-api:2.0.16" - api 'org.junit.jupiter:junit-jupiter-api:5.11.2' + api 'org.junit.jupiter:junit-jupiter-api:5.13.4' testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}" testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1" testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation platform('org.junit:junit-bom:5.11.2') + testImplementation platform('org.junit:junit-bom:5.13.4') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.platform:junit-platform-launcher' testImplementation 'io.rest-assured:rest-assured:5.5.0'