11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 9.3 .0"
5- kotlin(" plugin.spring" ) version " 2.3.0 "
6- kotlin(" plugin.jpa" ) version " 2.3.0 "
7- id(" org.jetbrains.kotlinx.kover" ) version " 0.9.4 "
4+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 9.5 .0"
5+ kotlin(" plugin.spring" ) version " 2.3.20 "
6+ kotlin(" plugin.jpa" ) version " 2.3.20 "
7+ id(" org.jetbrains.kotlinx.kover" ) version " 0.9.7 "
88}
99
1010configurations {
@@ -20,22 +20,22 @@ 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.16 " )
2424
2525 implementation(" com.squareup.moshi:moshi:1.15.2" )
2626 implementation(" com.squareup.moshi:moshi-kotlin:1.15.2" )
2727 implementation(" com.squareup.moshi:moshi-adapters:1.15.2" )
2828
29- testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.37 " )
29+ testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.39 " )
3030 testImplementation(" io.jsonwebtoken:jjwt-impl:0.13.0" )
3131 testImplementation(" io.jsonwebtoken:jjwt-jackson:0.13.0" )
3232 testImplementation(" org.flywaydb:flyway-core" )
3333 testImplementation(" org.testcontainers:testcontainers:2.0.3" )
34- testImplementation(" org.testcontainers:postgresql:1.20.3 " )
34+ testImplementation(" org.testcontainers:postgresql:1.21.4 " )
3535
3636 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
3737
38- runtimeOnly(" org.postgresql:postgresql:42.7.8 " )
38+ runtimeOnly(" org.postgresql:postgresql:42.7.10 " )
3939 testRuntimeOnly(" org.flywaydb:flyway-database-postgresql" )
4040 testRuntimeOnly(" com.h2database:h2:2.4.240" )
4141}
0 commit comments