Skip to content

Commit

Permalink
Update HMPPS generic-service helm chart and dependencies (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 2e4a4a9 commit 1200fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-validation")

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.0.1")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:4.6.6")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:4.8.0")

implementation("io.opentelemetry:opentelemetry-api:1.40.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.5.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.6.0")

implementation("com.vladmihalcea:hibernate-types-60:2.21.1")
implementation("org.hibernate.orm:hibernate-community-dialects:6.5.2.Final")
Expand All @@ -41,16 +41,16 @@ dependencies {

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

testImplementation("org.wiremock:wiremock-standalone:3.8.0")
testImplementation("org.wiremock:wiremock-standalone:3.9.0")

testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.2")
testImplementation("org.awaitility:awaitility-kotlin:4.2.1")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.22")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.testcontainers:localstack:1.19.8")
testImplementation("org.testcontainers:postgresql:1.19.8")
testImplementation("org.testcontainers:localstack:1.20.0")
testImplementation("org.testcontainers:postgresql:1.20.0")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-non-associations-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-non-associations-api
version: 0.2.0
dependencies:
- name: generic-service
version: '3.3'
version: '3.4'
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: '1.8'
Expand Down

0 comments on commit 1200fab

Please sign in to comment.