Skip to content

Commit 75c6988

Browse files
Update all non major Gradle dependencies (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2dd655b commit 75c6988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
2222
implementation("org.springframework.boot:spring-boot-starter-validation")
2323

24-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.0.1")
25-
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:4.8.0")
24+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.1.0")
25+
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:4.11.1")
2626

2727
implementation("io.opentelemetry:opentelemetry-api:1.40.0")
2828
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.6.0")
@@ -41,7 +41,7 @@ dependencies {
4141

4242
developmentOnly("org.springframework.boot:spring-boot-devtools")
4343

44-
testImplementation("org.wiremock:wiremock-standalone:3.9.0")
44+
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
4545

4646
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.2")
4747
testImplementation("org.awaitility:awaitility-kotlin:4.2.1")

0 commit comments

Comments
 (0)