Skip to content

Commit 120cc02

Browse files
build(deps): bump the java-dependencies group with 2 updates
Bumps the java-dependencies group with 2 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and org.owasp.dependencycheck. Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5 - [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.4...v2.8.5) Updates `org.owasp.dependencycheck` from 12.0.2 to 12.1.0 --- updated-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-minor dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56dddda commit 120cc02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 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.2"
7+
id "org.owasp.dependencycheck" version "12.1.0"
88
}
99

1010
String buildId = project.hasProperty('buildId') ? project['buildId'] : 'DEV'
@@ -28,7 +28,7 @@ ext {
2828
lombokVersion = "1.18.36"
2929
wireMockVersion = "3.12.0"
3030
ioCucumberVersion = "7.21.1"
31-
springDocVersion = "2.8.4"
31+
springDocVersion = "2.8.5"
3232
jacocoVersion = "0.8.9"
3333
junitVintage = "5.11.4"
3434
}

0 commit comments

Comments
 (0)