@@ -5,7 +5,7 @@ import uk.gov.justice.digital.hmpps.gradle.PortForwardRedisTask
5
5
import uk.gov.justice.digital.hmpps.gradle.RevealSecretsTask
6
6
7
7
plugins {
8
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.2 "
8
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.3 "
9
9
kotlin(" plugin.jpa" ) version " 2.0.10"
10
10
kotlin(" plugin.spring" ) version " 2.0.10"
11
11
idea
@@ -16,16 +16,16 @@ configurations {
16
16
}
17
17
18
18
dependencies {
19
- implementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.3 " )
19
+ implementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.4 " )
20
20
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
21
21
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
22
22
implementation(" org.springframework.boot:spring-boot-starter-validation" )
23
23
24
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.3.0 " )
25
- implementation(" uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:5.1.4 " )
24
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.3.1 " )
25
+ implementation(" uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:5.1.5 " )
26
26
27
27
implementation(" io.opentelemetry:opentelemetry-api:1.41.0" )
28
- implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.6 .0" )
28
+ implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.7 .0" )
29
29
30
30
implementation(" com.vladmihalcea:hibernate-types-60:2.21.1" )
31
31
implementation(" org.hibernate.orm:hibernate-community-dialects:6.6.0.Final" )
@@ -43,7 +43,7 @@ dependencies {
43
43
44
44
testImplementation(" org.wiremock:wiremock-standalone:3.9.1" )
45
45
46
- testImplementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.3 " )
46
+ testImplementation(" uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.4 " )
47
47
testImplementation(" org.awaitility:awaitility-kotlin:4.2.2" )
48
48
testImplementation(" org.mockito:mockito-inline:5.2.0" )
49
49
testImplementation(" io.swagger.parser.v3:swagger-parser:2.1.22" )
0 commit comments