Skip to content

Commit aca5352

Browse files
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.2.5 to 6.2.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.5...v6.2.6) Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) Updates `org.owasp.dependencycheck` from 12.1.0 to 12.1.1 --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.6 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.12.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.12.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.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e964a4 commit aca5352

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
plugins {
1111
id 'java'
1212
id 'jacoco'
13-
id "org.owasp.dependencycheck" version "12.1.0"
13+
id "org.owasp.dependencycheck" version "12.1.1"
1414
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1515
}
1616

@@ -40,13 +40,13 @@ dependencies {
4040
implementation group: 'org.json', name: 'json', version: '20250107'
4141

4242
// https://mvnrepository.com/artifact/org.springframework/spring-test
43-
implementation group: 'org.springframework', name: 'spring-test', version: '6.2.5'
43+
implementation group: 'org.springframework', name: 'spring-test', version: '6.2.6'
4444

4545
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
46-
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
46+
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2'
4747

4848
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
49-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.1'
49+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2'
5050
}
5151

5252
task copyDependencies(type: Copy) {

0 commit comments

Comments
 (0)