File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ dependencies {
22 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
33 implementation(" org.springframework.boot:spring-boot-starter-web" )
44
5- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9 " )
5+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13 " )
66
77}
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
66val currentYear = 2024
77
88plugins {
9- id(" org.springframework.boot" ) version " 3.5.4 " apply false
10- kotlin(" jvm" ) version " 2.2.0 " apply false
11- kotlin(" plugin.spring" ) version " 2.2.0 " apply false
9+ id(" org.springframework.boot" ) version " 3.5.5 " apply false
10+ kotlin(" jvm" ) version " 2.2.20 " apply false
11+ kotlin(" plugin.spring" ) version " 2.2.20 " apply false
1212
1313 java
1414 `java- test- fixtures`
You can’t perform that action at this time.
0 commit comments