From 494a2f500fe09df488ebbcb65abc3bd828eb6f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:54:13 +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/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and org.owasp.dependencycheck. Updates `org.springframework:spring-test` from 6.1.12 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.12...v6.1.13) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.owasp.dependencycheck` from 10.0.3 to 10.0.4 --- 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.junit.jupiter:junit-jupiter-api 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-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-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 a9d7689..e62646b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id 'java' id 'jacoco' - id "org.owasp.dependencycheck" version "10.0.3" + id "org.owasp.dependencycheck" version "10.0.4" id "io.github.gradle-nexus.publish-plugin" version "2.0.0" } @@ -40,13 +40,13 @@ 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.12' + implementation group: 'org.springframework', name: 'spring-test', version: '6.1.13' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0' + implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.1' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.1' } task copyDependencies(type: Copy) {