1
1
plugins {
2
2
id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.6"
3
- kotlin(" plugin.spring" ) version " 2.0.20 "
3
+ kotlin(" plugin.spring" ) version " 2.0.21 "
4
4
}
5
5
6
6
configurations {
@@ -11,9 +11,9 @@ dependencies {
11
11
runtimeOnly(" org.flywaydb:flyway-database-postgresql" )
12
12
implementation(" org.springframework.boot:spring-boot-starter-webflux:3.3.4" )
13
13
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
14
- implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.14 .0" )
15
- implementation(" io.sentry:sentry-logback:7.14 .0" )
16
- implementation(" org.springframework.data:spring-data-commons:3.3.4 " )
14
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.15 .0" )
15
+ implementation(" io.sentry:sentry-logback:7.15 .0" )
16
+ implementation(" org.springframework.data:spring-data-commons:3.3.5 " )
17
17
implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1" ) {
18
18
exclude(" org.springframework.security" , " spring-security-config" )
19
19
exclude(" org.springframework.security" , " spring-security-core" )
@@ -26,7 +26,7 @@ dependencies {
26
26
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
27
27
testImplementation(" org.wiremock:wiremock-standalone:3.9.1" )
28
28
testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.3.0" )
29
- testImplementation(" org.mockito:mockito-core:5.14.1 " )
29
+ testImplementation(" org.mockito:mockito-core:5.14.2 " )
30
30
testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0" )
31
31
32
32
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
0 commit comments