1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.0 "
3
- kotlin(" plugin.spring" ) version " 2.0.21 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.2 "
3
+ kotlin(" plugin.spring" ) version " 2.1.0 "
4
4
}
5
5
6
6
configurations {
@@ -9,25 +9,25 @@ 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.0 " )
13
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
14
- implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.18 .0" )
15
- implementation(" io.sentry:sentry-logback:7.18 .0" )
16
- implementation(" org.springframework.data:spring-data-commons:3.4.0 " )
17
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.0 " ) {
12
+ implementation(" org.springframework.boot:spring-boot-starter-webflux:3.4.1 " )
13
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 " )
14
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.20 .0" )
15
+ implementation(" io.sentry:sentry-logback:7.20 .0" )
16
+ implementation(" org.springframework.data:spring-data-commons:3.4.1 " )
17
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.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" )
21
21
exclude(" org.springframework.security" , " spring-security-web" )
22
22
}
23
- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0 " )
23
+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1 " )
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.2 " )
27
+ testImplementation(" org.wiremock:wiremock-standalone:3.10.0 " )
28
28
testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.3.0" )
29
- testImplementation(" org.mockito:mockito-core:5.14 .2" )
30
- testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1 " )
29
+ testImplementation(" org.mockito:mockito-core:5.15 .2" )
30
+ testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2 " )
31
31
32
32
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
33
33
testImplementation(kotlin(" test" ))
0 commit comments