Commit f4f5643 1 parent b9155d2 commit f4f5643 Copy full SHA for f4f5643
File tree 6 files changed +11
-11
lines changed
helm_deploy/hmpps-person-integration-api
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
name : Kotlin security OWASP dependency check
9
9
uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v0.7 # WORKFLOW_VERSION
10
10
with :
11
- channel_id : C04JFG3QJE6
11
+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 8
8
name : Project security trivy dependency check
9
9
uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.7 # WORKFLOW_VERSION
10
10
with :
11
- channel_id : C04JFG3QJE6
11
+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 8
8
name : Project security veracode pipeline scan
9
9
uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v0.7 # WORKFLOW_VERSION
10
10
with :
11
- channel_id : C04JFG3QJE6
11
+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 8
8
name : Project security veracode policy scan
9
9
uses : ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.7 # WORKFLOW_VERSION
10
10
with :
11
- channel_id : C04JFG3QJE6
11
+ channel_id : ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
12
12
secrets : inherit
Original file line number Diff line number Diff line change 1
1
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 "
4
4
}
5
5
6
6
configurations {
7
7
testImplementation { exclude(group = " org.junit.vintage" ) }
8
8
}
9
9
10
10
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 " )
12
12
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
13
13
implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0" )
14
14
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 " )
16
16
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 " ) {
18
18
exclude(group = " io.swagger.core.v3" )
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ name: hmpps-person-integration-api
5
5
version : 0.2.0
6
6
dependencies :
7
7
- name : generic-service
8
- version : " 3.6 "
8
+ version : " 3.7 "
9
9
repository : https://ministryofjustice.github.io/hmpps-helm-charts
10
10
- name : generic-prometheus-alerts
11
- version : " 1.10 "
11
+ version : " 1.11 "
12
12
repository : https://ministryofjustice.github.io/hmpps-helm-charts
You can’t perform that action at this time.
0 commit comments