Skip to content

Commit

Permalink
Update dependencies (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2025
1 parent cc83307 commit ac80ef4
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 111 deletions.
22 changes: 11 additions & 11 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 "7.1.2"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.3"
kotlin("plugin.jpa") version "2.1.10"
kotlin("plugin.spring") version "2.1.10"
idea
Expand All @@ -17,19 +17,19 @@ configurations {
}

dependencies {
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.3.0")
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.4.0")
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.3.1")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:7.10.3")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.2")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:7.10.6")

implementation("io.opentelemetry:opentelemetry-api:1.47.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.2")
implementation("io.opentelemetry:opentelemetry-api:1.48.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.3")

implementation("com.vladmihalcea:hibernate-types-60:2.21.1")
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.9.Final")
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.10.Final")

implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5")

Expand All @@ -40,16 +40,16 @@ dependencies {

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

testImplementation("org.wiremock:wiremock-standalone:3.12.0")
testImplementation("org.wiremock:wiremock-standalone:3.12.1")

testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.3.0")
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.4.0")
testImplementation("org.awaitility:awaitility-kotlin:4.3.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.25")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.testcontainers:localstack:1.20.5")
testImplementation("org.testcontainers:postgresql:1.20.5")
testImplementation("org.testcontainers:localstack:1.20.6")
testImplementation("org.testcontainers:postgresql:1.20.6")
}

kotlin {
Expand Down
Loading

0 comments on commit ac80ef4

Please sign in to comment.