11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 10.0.3 "
5- kotlin(" plugin.spring" ) version " 2.3.10 "
6- kotlin(" plugin.jpa" ) version " 2.3.10 "
4+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 10.1.0 "
5+ kotlin(" plugin.spring" ) version " 2.3.20 "
6+ kotlin(" plugin.jpa" ) version " 2.3.20 "
77 idea
88}
99
@@ -12,24 +12,24 @@ configurations {
1212}
1313
1414dependencies {
15- implementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.0 .0" )
15+ implementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.1 .0" )
1616 implementation(" org.springframework.boot:spring-boot-starter-webflux" )
1717 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
1818 implementation(" org.springframework.boot:spring-boot-starter-security" )
1919 implementation(" org.springframework.boot:spring-boot-starter-webclient" )
2020 implementation(" org.springframework.security:spring-security-access" )
2121 implementation(" org.springframework.boot:spring-boot-starter-validation" )
2222 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core" )
23- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1 " )
23+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2 " )
2424
25- testImplementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.0 .0" )
26- testImplementation(" uk.gov.justice.service.hmpps:hmpps-subject-access-request-test-support:2.0 .0" )
25+ testImplementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.1 .0" )
26+ testImplementation(" uk.gov.justice.service.hmpps:hmpps-subject-access-request-test-support:2.1 .0" )
2727 testImplementation(" org.springframework.boot:spring-boot-starter-webclient-test" )
2828 testImplementation(" org.springframework.boot:spring-boot-starter-webflux-test" )
2929 testImplementation(" org.springframework.boot:spring-boot-starter-data-jpa-test" )
3030 testImplementation(" org.wiremock:wiremock-standalone:3.13.2" )
3131 testImplementation(" com.pauldijou:jwt-core_2.11:5.0.0" )
32- testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.37 " ) {
32+ testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.39 " ) {
3333 exclude(group = " io.swagger.core.v3" )
3434 }
3535 testImplementation(" org.flywaydb:flyway-database-postgresql" )
@@ -38,7 +38,7 @@ dependencies {
3838 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
3939 testImplementation(" org.mockito.kotlin:mockito-kotlin:6.2.3" )
4040 testImplementation(" org.springframework.security:spring-security-test" )
41- testImplementation(" org.testcontainers:testcontainers-postgresql:2.0.3 " )
41+ testImplementation(" org.testcontainers:testcontainers-postgresql:2.0.4 " )
4242
4343 runtimeOnly(" org.postgresql:postgresql" )
4444 runtimeOnly(" com.zaxxer:HikariCP" )
0 commit comments