From 9e756bb8088b021f98fa3f384153618b49825e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 05:58:59 +0000 Subject: [PATCH] Bump the all-deps-minor-and-patch group with 2 updates Bumps the all-deps-minor-and-patch group with 2 updates: [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) and org.owasp.dependencycheck. Updates `org.springframework:spring-test` from 6.1.6 to 6.1.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.6...v6.1.8) Updates `org.owasp.dependencycheck` from 9.1.0 to 9.2.0 --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4ac7fc3..f9dc162 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id 'java' id 'jacoco' - id "org.owasp.dependencycheck" version "9.1.0" + id "org.owasp.dependencycheck" version "9.2.0" id "io.github.gradle-nexus.publish-plugin" version "1.3.0" } @@ -40,7 +40,7 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20240303' // https://mvnrepository.com/artifact/org.springframework/spring-test - implementation group: 'org.springframework', name: 'spring-test', version: '6.1.6' + implementation group: 'org.springframework', name: 'spring-test', version: '6.1.8' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'