Skip to content

Commit

Permalink
Update dependencies (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 67f0a42 commit cc83307
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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.0.0"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.2"
kotlin("plugin.jpa") version "2.1.10"
kotlin("plugin.spring") version "2.1.10"
idea
Expand All @@ -17,21 +17,21 @@ configurations {
}

dependencies {
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.1.1")
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.3.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.2.2")
implementation("uk.gov.justice.service.hmpps:hmpps-digital-prison-reporting-lib:7.6.0")
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("io.opentelemetry:opentelemetry-api:1.46.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.12.0")
implementation("io.opentelemetry:opentelemetry-api:1.47.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.2")

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

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

implementation("com.zaxxer:HikariCP:6.2.1")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
Expand All @@ -40,16 +40,16 @@ dependencies {

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

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

testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.1.1")
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.3.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.4")
testImplementation("org.testcontainers:postgresql:1.20.4")
testImplementation("org.testcontainers:localstack:1.20.5")
testImplementation("org.testcontainers:postgresql:1.20.5")
}

kotlin {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
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.8'
version: '3.9'
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: '1.11'
Expand Down

0 comments on commit cc83307

Please sign in to comment.