Skip to content

Commit 0a1c513

Browse files
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.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.11...v6.2.12) Updates `org.owasp.dependencycheck` from 12.1.6 to 12.1.8 --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.12 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.8 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 607f324 commit 0a1c513

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 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.6"
13+
id "org.owasp.dependencycheck" version "12.1.8"
1414
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1515
}
1616

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

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

4545
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
4646
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.0'

0 commit comments

Comments
 (0)