Skip to content

Commit 00f0ac5

Browse files
DT-2253: ⬆️ Upgrade spring boot / kotlin (#49)
1 parent be49de8 commit 00f0ac5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
hmpps: ministryofjustice/hmpps@3.5
4+
hmpps: ministryofjustice/hmpps@3.6
55

66
parameters:
77
alerts-slack-channel:
@@ -80,7 +80,6 @@ workflows:
8080
# - hmpps/deploy_env:
8181
# name: deploy_prod
8282
# env: "prod"
83-
# show_changelog: true
8483
# slack_notification: true
8584
# slack_channel_name: << pipeline.parameters.releases-slack-channel >>
8685
# context:

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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"
44
}
55

66
configurations {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)