1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.8 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.0 "
3
3
kotlin(" plugin.spring" ) version " 2.0.21"
4
4
}
5
5
@@ -9,18 +9,18 @@ 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.5 " )
12
+ implementation(" org.springframework.boot:spring-boot-starter-webflux:3.4.0 " )
13
13
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
14
14
implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.18.0" )
15
15
implementation(" io.sentry:sentry-logback:7.18.0" )
16
16
implementation(" org.springframework.data:spring-data-commons:3.4.0" )
17
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1 " ) {
17
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.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" )
21
21
exclude(" org.springframework.security" , " spring-security-web" )
22
22
}
23
- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6 .0" )
23
+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7 .0" )
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" )
0 commit comments