File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation(" org.springframework.boot:spring-boot-starter-oauth2-client" )
2121 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core" )
2222
23- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14 " )
23+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15 " )
2424
2525 implementation(" com.squareup.moshi:moshi:1.15.2" )
2626 implementation(" com.squareup.moshi:moshi-kotlin:1.15.2" )
@@ -33,7 +33,7 @@ dependencies {
3333
3434 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
3535
36- runtimeOnly(" org.postgresql:postgresql:42.7.8 " )
36+ runtimeOnly(" org.postgresql:postgresql:42.7.9 " )
3737 testRuntimeOnly(" org.flywaydb:flyway-database-postgresql" )
3838 testRuntimeOnly(" com.h2database:h2:2.4.240" )
3939}
You can’t perform that action at this time.
0 commit comments