diff --git a/build.gradle.kts b/build.gradle.kts index 670abc61..3057d1c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0") - implementation("io.sentry:sentry-spring-boot-starter:7.7.0") + implementation("io.sentry:sentry-spring-boot-starter:7.8.0") implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:3.1.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") diff --git a/src/test/kotlin/uk/gov/justice/hmpps/probationsearch/util/PersonSearchHelper.kt b/src/test/kotlin/uk/gov/justice/hmpps/probationsearch/util/PersonSearchHelper.kt index 2184ffde..114ae37f 100644 --- a/src/test/kotlin/uk/gov/justice/hmpps/probationsearch/util/PersonSearchHelper.kt +++ b/src/test/kotlin/uk/gov/justice/hmpps/probationsearch/util/PersonSearchHelper.kt @@ -94,7 +94,8 @@ class PersonSearchHelper(private val openSearchClient: RestHighLevelClient) { "person-search-pipeline", "/searchdata/create-pipeline.json".resourceAsByteReference(), JSON - ), RequestOptions.DEFAULT + ), + RequestOptions.DEFAULT ) } }