File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 9.3.0"
55 kotlin(" plugin.spring" ) version " 2.3.0"
66 kotlin(" plugin.jpa" ) version " 2.3.0"
7- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.4 "
7+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.6 "
88}
99
1010configurations {
@@ -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