Commit 00f0ac5 1 parent be49de8 commit 00f0ac5 Copy full SHA for 00f0ac5
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- hmpps : ministryofjustice/hmpps@3.5
4
+ hmpps : ministryofjustice/hmpps@3.6
5
5
6
6
parameters :
7
7
alerts-slack-channel :
@@ -80,7 +80,6 @@ workflows:
80
80
# - hmpps/deploy_env:
81
81
# name: deploy_prod
82
82
# env: "prod"
83
- # show_changelog: true
84
83
# slack_notification: true
85
84
# slack_channel_name: << pipeline.parameters.releases-slack-channel >>
86
85
# context:
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 3.3.0 "
3
- kotlin(" plugin.spring" ) version " 1.5.10 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 3.3.1 "
3
+ kotlin(" plugin.spring" ) version " 1.5.20 "
4
4
}
5
5
6
6
configurations {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments