Skip to content

Commit 1591778

Browse files
committed
Added more dependencies in same branch
1 parent 691012a commit 1591778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
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"
77
}
88

99
configurations {
@@ -28,7 +28,7 @@ dependencies {
2828

2929
implementation("io.sentry:sentry-spring-boot-starter:7.9.0")
3030

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")
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
3333

3434
testImplementation("org.springframework.security:spring-security-test")

0 commit comments

Comments
 (0)