Skip to content

Commit

Permalink
Update all non major Gradle dependencies (#383)
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 Nov 6, 2024
1 parent b779e46 commit cadcc97
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 @@ -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.0")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:6.3.1")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:6.3.2")

implementation("io.opentelemetry:opentelemetry-api:1.43.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.9.0")
Expand All @@ -32,7 +32,7 @@ dependencies {

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

implementation("com.zaxxer:HikariCP:6.0.0")
implementation("com.zaxxer:HikariCP:6.1.0")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
runtimeOnly("org.postgresql:postgresql")
implementation("com.pauldijou:jwt-core_2.11:5.0.0")
Expand Down

0 comments on commit cadcc97

Please sign in to comment.