From d614f1e1e7a888ac82e4b135d52317fcf12e3b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 13:20:29 +0000 Subject: [PATCH] Bump the all-deps-minor-and-patch group with 4 updates Bumps the all-deps-minor-and-patch group with 4 updates: [org.springframework:spring-test](https://github.com/spring-projects/spring-framework), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) and org.owasp.dependencycheck. Updates `org.springframework:spring-test` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.7...v6.2.8) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.0...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.0...r5.13.2) Updates `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b98ca7d..a3f7f20 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id 'java' id 'jacoco' - id "org.owasp.dependencycheck" version "12.1.1" + id "org.owasp.dependencycheck" version "12.1.3" id "io.github.gradle-nexus.publish-plugin" version "2.0.0" } @@ -40,13 +40,13 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20250517' // https://mvnrepository.com/artifact/org.springframework/spring-test - implementation group: 'org.springframework', name: 'spring-test', version: '6.2.7' + implementation group: 'org.springframework', name: 'spring-test', version: '6.2.9' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.0' + implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.4' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.0' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.4' } task copyDependencies(type: Copy) {