Skip to content

Commit

Permalink
Update all non major Gradle dependencies (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 929a6ed commit 8b5c3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.2"
kotlin("plugin.jpa") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
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:4.1.0")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:5.0.2")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:5.1.1")

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

0 comments on commit 8b5c3f3

Please sign in to comment.