1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.4 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.5 "
3
3
kotlin(" plugin.spring" ) version " 1.9.20"
4
4
}
5
5
@@ -9,24 +9,24 @@ configurations {
9
9
10
10
dependencies {
11
11
runtimeOnly(" org.flywaydb:flyway-database-postgresql" )
12
- implementation(" org.springframework.boot:spring-boot-starter-webflux:3.2.4 " )
13
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1 " )
12
+ implementation(" org.springframework.boot:spring-boot-starter-webflux:3.3.3 " )
13
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2 " )
14
14
implementation(" io.sentry:sentry-spring-boot-starter-jakarta:6.34.0" )
15
15
implementation(" io.sentry:sentry-logback:6.34.0" )
16
- implementation(" org.springframework.data:spring-data-commons:3.2 .4" )
16
+ implementation(" org.springframework.data:spring-data-commons:3.3 .4" )
17
17
implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:3.1.1" ) {
18
18
exclude(" org.springframework.security" , " spring-security-config" )
19
19
exclude(" org.springframework.security" , " spring-security-core" )
20
20
exclude(" org.springframework.security" , " spring-security-crypto" )
21
21
exclude(" org.springframework.security" , " spring-security-web" )
22
22
}
23
23
implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0" )
24
- testImplementation(" io.kotest:kotest-assertions-json-jvm:5.8.0 " )
25
- testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.8.0 " )
26
- testImplementation(" io.kotest:kotest-assertions-core-jvm:5.8.0 " )
27
- testImplementation(" org.wiremock:wiremock-standalone:3.2.0 " )
28
- testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.1.3 " )
29
- testImplementation(" org.mockito:mockito-core:5.7 .0" )
24
+ testImplementation(" io.kotest:kotest-assertions-json-jvm:5.9.1 " )
25
+ testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1 " )
26
+ testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1 " )
27
+ testImplementation(" org.wiremock:wiremock-standalone:3.9.1 " )
28
+ testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.3.0 " )
29
+ testImplementation(" org.mockito:mockito-core:5.13 .0" )
30
30
testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2" )
31
31
32
32
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
0 commit comments