Skip to content

Commit 41f9c5c

Browse files
dependabot[bot]abhisheksr01
authored andcommitted
build(deps): bump the java-dependencies group across 1 directory with 3 updates
Bumps the java-dependencies group with 3 updates in the / directory: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and org.owasp.dependencycheck. Updates `org.wiremock:wiremock-standalone` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.10.0...3.11.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.3...v2.8.4) Updates `org.owasp.dependencycheck` from 12.0.1 to 12.0.2 --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f22d5cd commit 41f9c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco'
66
id 'info.solidsoft.pitest' version '1.15.0'
7-
id "org.owasp.dependencycheck" version "12.0.1"
7+
id "org.owasp.dependencycheck" version "12.0.2"
88
}
99

1010
String buildId = project.hasProperty('buildId') ? project['buildId'] : 'DEV'
@@ -26,9 +26,9 @@ repositories {
2626
ext {
2727
mapstructVersion = "1.6.3"
2828
lombokVersion = "1.18.36"
29-
wireMockVersion = "3.10.0"
29+
wireMockVersion = "3.11.0"
3030
ioCucumberVersion = "7.20.1"
31-
springDocVersion = "2.8.3"
31+
springDocVersion = "2.8.4"
3232
jacocoVersion = "0.8.9"
3333
junitVintage = "5.11.4"
3434
}

0 commit comments

Comments
 (0)