From 42279ecfff40a2d240570c0b8a177258e7c0e580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:31:26 +0000 Subject: [PATCH 1/2] Bump io.sentry:sentry-spring-boot-starter from 7.7.0 to 7.8.0 Bumps [io.sentry:sentry-spring-boot-starter](https://github.com/getsentry/sentry-java) from 7.7.0 to 7.8.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.7.0...7.8.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 03da50c0b92e121e098f28e3c22931e4263c445a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:32:31 +0000 Subject: [PATCH 2/2] Formatting changes --- .../justice/hmpps/probationsearch/util/PersonSearchHelper.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) } }