Skip to content

Commit 6a3a4bd

Browse files
committed
chore(deps): bump spring dependencies
1 parent 3fdcad9 commit 6a3a4bd

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,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.2'
3+
id 'org.springframework.boot' version '3.4.1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco'
66
id 'info.solidsoft.pitest' version '1.15.0'
@@ -27,8 +27,8 @@ ext {
2727
mapstructVersion = "1.6.3"
2828
lombokVersion = "1.18.36"
2929
wireMockVersion = "3.0.1"
30-
ioCucumberVersion = "7.15.0"
31-
springDocVersion = "2.3.0"
30+
ioCucumberVersion = "7.20.1"
31+
springDocVersion = "2.7.0"
3232
jacocoVersion = "0.8.9"
3333
junitVintage = "5.11.4"
3434
}

0 commit comments

Comments
 (0)