Commit 5c069ee 1 parent f90d533 commit 5c069ee Copy full SHA for 5c069ee
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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 " 6.1.0 "
4
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.1 "
5
5
kotlin(" plugin.spring" ) version " 2.1.0"
6
6
id(" com.google.cloud.tools.jib" ) version " 3.4.4"
7
7
}
@@ -22,10 +22,10 @@ dependencies {
22
22
implementation(" org.opensearch.client:spring-data-opensearch-starter:1.6.0" )
23
23
implementation(" org.opensearch.client:opensearch-java:2.19.0" )
24
24
implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0" )
25
- implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.19.0 " )
26
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.1 " )
27
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
28
- implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10 .0" )
25
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.19.1 " )
26
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.2 " )
27
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
28
+ implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11 .0" )
29
29
testImplementation(" org.springframework.security:spring-security-test" )
30
30
testImplementation(" com.github.tomakehurst:wiremock-jre8-standalone:3.0.1" )
31
31
testImplementation(" net.javacrumbs.json-unit:json-unit-assertj:4.1.0" )
You can’t perform that action at this time.
0 commit comments