Skip to content

Commit f4f5643

Browse files
authored
CDPS-1054: Dependencies updated to resolve security vulnerabilities. (#5)
1 parent b9155d2 commit f4f5643

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/security_owasp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
name: Kotlin security OWASP dependency check
99
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v0.7 # WORKFLOW_VERSION
1010
with:
11-
channel_id: C04JFG3QJE6
11+
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
name: Project security trivy dependency check
99
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.7 # WORKFLOW_VERSION
1010
with:
11-
channel_id: C04JFG3QJE6
11+
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_veracode_pipeline_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
name: Project security veracode pipeline scan
99
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v0.7 # WORKFLOW_VERSION
1010
with:
11-
channel_id: C04JFG3QJE6
11+
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_veracode_policy_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
name: Project security veracode policy scan
99
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.7 # WORKFLOW_VERSION
1010
with:
11-
channel_id: C04JFG3QJE6
11+
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6"
3-
kotlin("plugin.spring") version "2.0.20"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.9"
3+
kotlin("plugin.spring") version "2.0.21"
44
}
55

66
configurations {
77
testImplementation { exclude(group = "org.junit.vintage") }
88
}
99

1010
dependencies {
11-
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.7")
11+
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.0.8")
1212
implementation("org.springframework.boot:spring-boot-starter-webflux")
1313
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
1414

15-
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.7")
15+
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.0.8")
1616
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
17-
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.22") {
17+
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.24") {
1818
exclude(group = "io.swagger.core.v3")
1919
}
2020
}

helm_deploy/hmpps-person-integration-api/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: hmpps-person-integration-api
55
version: 0.2.0
66
dependencies:
77
- name: generic-service
8-
version: "3.6"
8+
version: "3.7"
99
repository: https://ministryofjustice.github.io/hmpps-helm-charts
1010
- name: generic-prometheus-alerts
11-
version: "1.10"
11+
version: "1.11"
1212
repository: https://ministryofjustice.github.io/hmpps-helm-charts

0 commit comments

Comments
 (0)