We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdcad9 commit 6a3a4bdCopy full SHA for 6a3a4bd
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '3.2.2'
+ id 'org.springframework.boot' version '3.4.1'
4
id 'io.spring.dependency-management' version '1.1.7'
5
id 'jacoco'
6
id 'info.solidsoft.pitest' version '1.15.0'
@@ -27,8 +27,8 @@ ext {
27
mapstructVersion = "1.6.3"
28
lombokVersion = "1.18.36"
29
wireMockVersion = "3.0.1"
30
- ioCucumberVersion = "7.15.0"
31
- springDocVersion = "2.3.0"
+ ioCucumberVersion = "7.20.1"
+ springDocVersion = "2.7.0"
32
jacocoVersion = "0.8.9"
33
junitVintage = "5.11.4"
34
}
0 commit comments