1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.6 "
3
- kotlin(" plugin.spring" ) version " 2.0.20 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.8 "
3
+ kotlin(" plugin.spring" ) version " 2.0.21 "
4
4
}
5
5
6
6
configurations {
@@ -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.3.4 " )
12
+ implementation(" org.springframework.boot:spring-boot-starter-webflux:3.3.5 " )
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 " )
17
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1 " ) {
14
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.16 .0" )
15
+ implementation(" io.sentry:sentry-logback:7.16 .0" )
16
+ implementation(" org.springframework.data:spring-data-commons:3.3.5 " )
17
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.0 " ) {
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" )
@@ -24,9 +24,9 @@ dependencies {
24
24
testImplementation(" io.kotest:kotest-assertions-json-jvm:5.9.1" )
25
25
testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1" )
26
26
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
27
- testImplementation(" org.wiremock:wiremock-standalone:3.9.1 " )
27
+ testImplementation(" org.wiremock:wiremock-standalone:3.9.2 " )
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