Skip to content

Commit

Permalink
SDIT-2049: ⬆️ Upgrade to hmpps spring boot 6.0.6 for path directory t…
Browse files Browse the repository at this point in the history
…raversal fix (#242)
  • Loading branch information
petergphillips authored Oct 11, 2024
1 parent fcedcc7 commit 3347066
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.4"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6"
kotlin("plugin.spring") version "2.0.20"
}

Expand All @@ -8,11 +8,11 @@ configurations {
}

dependencies {
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.5")
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.7")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")

testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.5")
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.7")
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.22") {
exclude(group = "io.swagger.core.v3")
Expand Down
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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions helm_deploy/hmpps-template-kotlin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: hmpps-template-kotlin
version: 0.2.0
dependencies:
- name: generic-service
version: "3.5"
version: "3.6"
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: "1.9"
version: "1.10"
repository: https://ministryofjustice.github.io/hmpps-helm-charts

0 comments on commit 3347066

Please sign in to comment.