File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import java.io.ByteArrayOutputStream
44plugins {
55 kotlin(" jvm" ) version " 2.3.20"
66 kotlin(" plugin.spring" ) version " 2.3.20"
7- id(" org.springframework.boot" ) version " 3.4.0 "
7+ id(" org.springframework.boot" ) version " 3.5.13 "
88 id(" io.spring.dependency-management" ) version " 1.1.7"
99 id(" org.jlleitschuh.gradle.ktlint" ) version " 14.2.0"
1010 id(" org.springdoc.openapi-gradle-plugin" ) version " 1.9.0"
@@ -28,7 +28,7 @@ dependencies {
2828 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
2929 implementation(" io.github.microutils:kotlin-logging-jvm:3.0.5" )
3030 implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
31- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0 " )
31+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6 " )
3232 implementation(" org.flywaydb:flyway-database-postgresql:11.0.0" )
3333 implementation(" org.postgresql:postgresql:42.7.10" )
3434 implementation(" org.jetbrains.exposed:exposed-spring-boot-starter:1.2.0" )
You can’t perform that action at this time.
0 commit comments