Skip to content

Commit 32328f2

Browse files
committed
build(gradle): bump deps to fix the vulnerabilities
1 parent 56c4f54 commit 32328f2

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.1.1"
7+
id "org.owasp.dependencycheck" version "12.1.3"
88
}
99

1010
String buildId = project.hasProperty('buildId') ? project['buildId'] : 'DEV'
@@ -28,7 +28,7 @@ ext {
2828
lombokVersion = "1.18.38"
2929
wireMockVersion = "3.12.1"
3030
ioCucumberVersion = "7.22.0"
31-
springDocVersion = "2.8.6"
31+
springDocVersion = "2.8.12"
3232
jacocoVersion = "0.8.9"
3333
junitVintage = "5.12.1"
3434
}

0 commit comments

Comments
 (0)