@@ -2,7 +2,7 @@ import org.gradle.internal.impldep.org.junit.experimental.categories.Categories.
2
2
3
3
plugins {
4
4
id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 7.1.3"
5
- kotlin(" plugin.spring" ) version " 2.1.10 "
5
+ kotlin(" plugin.spring" ) version " 2.1.20 "
6
6
}
7
7
8
8
configurations {
@@ -13,20 +13,20 @@ dependencies {
13
13
runtimeOnly(" org.flywaydb:flyway-database-postgresql" )
14
14
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
15
15
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0" )
16
- implementation(" io.sentry:sentry-spring-boot-starter-jakarta:8.3 .0" )
17
- implementation(" io.sentry:sentry-logback:8.3 .0" )
16
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:8.5 .0" )
17
+ implementation(" io.sentry:sentry-logback:8.5 .0" )
18
18
implementation(" org.springframework.data:spring-data-commons" )
19
19
implementation(" org.springframework:spring-aop" )
20
20
implementation(" org.aspectj:aspectjweaver" )
21
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3 .2" ) {
21
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.4 .2" ) {
22
22
exclude(" org.springframework.security" , " spring-security-config" )
23
23
exclude(" org.springframework.security" , " spring-security-core" )
24
24
exclude(" org.springframework.security" , " spring-security-crypto" )
25
25
exclude(" org.springframework.security" , " spring-security-web" )
26
26
}
27
27
implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0" ) {
28
28
constraints {
29
- implementation(" org.webjars:swagger-ui:5.20.0 " ) // Fix security build HMAI-317
29
+ implementation(" org.webjars:swagger-ui:5.20.1 " ) // Fix security build HMAI-317
30
30
}
31
31
}
32
32
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1" )
@@ -35,7 +35,7 @@ dependencies {
35
35
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
36
36
testImplementation(" org.wiremock:wiremock-standalone:3.12.1" )
37
37
testImplementation(" io.kotest.extensions:kotest-extensions-spring:1.3.0" )
38
- testImplementation(" org.mockito:mockito-core:5.16.0 " )
38
+ testImplementation(" org.mockito:mockito-core:5.16.1 " )
39
39
testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3" )
40
40
41
41
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
0 commit comments