Skip to content

Commit ebd05e1

Browse files
committed
build(gradle): bump dependencies
1 parent 64ecabd commit ebd05e1

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
@@ -1,10 +1,10 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.1'
3+
id 'org.springframework.boot' version '3.4.2'
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 "11.1.1"
7+
id "org.owasp.dependencycheck" version "12.0.1"
88
}
99

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

0 commit comments

Comments
 (0)