Skip to content

Commit

Permalink
Update dependencies (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 7cfe2be commit 51eeb31
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 46 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import uk.gov.justice.digital.hmpps.gradle.PortForwardRedisTask
import uk.gov.justice.digital.hmpps.gradle.RevealSecretsTask

plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.9"
kotlin("plugin.jpa") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
idea
Expand All @@ -22,7 +22,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-validation")

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:6.3.2")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:7.0.5")

implementation("io.opentelemetry:opentelemetry-api:1.44.1")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
Expand All @@ -44,7 +44,7 @@ dependencies {
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.8")
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.23")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.24")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.testcontainers:localstack:1.20.3")
Expand Down
106 changes: 63 additions & 43 deletions clients/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51eeb31

Please sign in to comment.