Commit 1591778 1 parent 691012a commit 1591778 Copy full SHA for 1591778
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 5.15.6 "
5
- kotlin(" plugin.spring" ) version " 1.9.24 "
6
- id(" com.google.cloud.tools.jib" ) version " 3.4.2 "
4
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.0 "
5
+ kotlin(" plugin.spring" ) version " 2.0.0 "
6
+ id(" com.google.cloud.tools.jib" ) version " 3.4.3 "
7
7
}
8
8
9
9
configurations {
@@ -28,7 +28,7 @@ dependencies {
28
28
29
29
implementation(" io.sentry:sentry-spring-boot-starter:7.9.0" )
30
30
31
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:3.1.3 " )
31
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.0.0 " )
32
32
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" )
33
33
34
34
testImplementation(" org.springframework.security:spring-security-test" )
You can’t perform that action at this time.
0 commit comments