File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id ' org.springframework.boot' version ' 3.5.4 '
4+ id ' org.springframework.boot' version ' 3.5.6 '
55 id ' io.spring.dependency-management' version ' 1.1.7'
66 id ' org.jetbrains.kotlin.jvm' version ' 2.2.0'
77 id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.0'
@@ -95,7 +95,7 @@ dependencies {
9595 }
9696
9797 // s3
98- implementation ' io.minio:minio:8.5.17 '
98+ implementation ' io.minio:minio:8.6.0 '
9999
100100 // monitoring
101101 implementation ' org.springframework.boot:spring-boot-starter-actuator'
@@ -105,8 +105,8 @@ dependencies {
105105 implementation ' net.logstash.logback:logstash-logback-encoder:8.1'
106106
107107 // springdoc
108- implementation ' org.springdoc:springdoc-openapi-starter-common:2.8.9 '
109- implementation ' org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.9 '
108+ implementation ' org.springdoc:springdoc-openapi-starter-common:2.8.13 '
109+ implementation ' org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.13 '
110110
111111 // zipkin
112112 implementation ' io.micrometer:micrometer-tracing-bridge-otel'
You can’t perform that action at this time.
0 commit comments