Skip to content

Commit ad0faa8

Browse files
dependabot[bot]J12934
authored andcommitted
Bump the gradle-version-updates group
Bumps the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 3 updates: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.springframework:spring-web` from 6.2.9 to 6.2.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.9...v6.2.10) Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-version-updates - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a44aa5 commit ad0faa8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
dependencies {
2525
implementation group: "io.securecodebox", name: "defectdojo-client", version: "2.0.1"
2626
implementation group: "io.kubernetes", name: "client-java", version: "20.0.1"
27-
implementation group: "org.springframework", name: "spring-web", version: "6.2.9"
27+
implementation group: "org.springframework", name: "spring-web", version: "6.2.10"
2828
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.19.2"
2929
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.19.2"
3030
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.19.2"
@@ -36,8 +36,8 @@ dependencies {
3636
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
3737
testImplementation(platform("org.junit:junit-bom:5.13.4"))
3838
testImplementation("org.junit.jupiter:junit-jupiter")
39-
testImplementation group: "org.mockito", name: "mockito-core", version: "5.18.0"
40-
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.18.0"
39+
testImplementation group: "org.mockito", name: "mockito-core", version: "5.19.0"
40+
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.19.0"
4141
testImplementation group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
4242
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.1.8'
4343
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)