Skip to content

Commit

Permalink
Update dependencies (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent cb02f8c commit 9c7bc19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.6"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8"
kotlin("plugin.jpa") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
idea
Expand All @@ -16,14 +16,14 @@ configurations {
}

dependencies {
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.7")
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.8")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-validation")

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.2")
implementation("io.opentelemetry:opentelemetry-api:1.43.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.9.0")

implementation("com.zaxxer:HikariCP:6.0.0")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
Expand All @@ -38,15 +38,15 @@ dependencies {

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

testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.7")
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.8")
testImplementation("org.wiremock:wiremock-standalone:3.9.2")
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.22")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.23")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.testcontainers:localstack:1.20.2")
testImplementation("org.testcontainers:postgresql:1.20.2")
testImplementation("org.testcontainers:localstack:1.20.3")
testImplementation("org.testcontainers:postgresql:1.20.3")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-incident-reporting-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
version: "3.6"
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: "1.10"
version: "1.11"
repository: https://ministryofjustice.github.io/hmpps-helm-charts

0 comments on commit 9c7bc19

Please sign in to comment.