1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 7.1.2 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 7.1.3 "
3
3
kotlin(" plugin.spring" ) version " 2.1.10"
4
4
}
5
5
@@ -9,12 +9,12 @@ configurations {
9
9
10
10
dependencies {
11
11
runtimeOnly(" org.flywaydb:flyway-database-postgresql" )
12
- implementation(" org.springframework.boot:spring-boot-starter-webflux:3.4.2 " )
12
+ implementation(" org.springframework.boot:spring-boot-starter-webflux:3.4.3 " )
13
13
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0" )
14
14
implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.20.0" )
15
15
implementation(" io.sentry:sentry-logback:7.20.0" )
16
- implementation(" org.springframework.data:spring-data-commons:3.4.2 " )
17
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.0 " ) {
16
+ implementation(" org.springframework.data:spring-data-commons:3.4.3 " )
17
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.2 " ) {
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" )
@@ -25,10 +25,10 @@ dependencies {
25
25
testImplementation(" io.kotest:kotest-assertions-json-jvm:5.9.1" )
26
26
testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1" )
27
27
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
28
- testImplementation(" org.wiremock:wiremock-standalone:3.11.0 " )
28
+ testImplementation(" org.wiremock:wiremock-standalone:3.12.1 " )
29
29
testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.3.0" )
30
- testImplementation(" org.mockito:mockito-core:5.15.2 " )
31
- testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2 " )
30
+ testImplementation(" org.mockito:mockito-core:5.16.0 " )
31
+ testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3 " )
32
32
33
33
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
34
34
testImplementation(kotlin(" test" ))
0 commit comments