Skip to content

Commit c3f9036

Browse files
Bump io.sentry:sentry-spring-boot-starter from 7.7.0 to 7.8.0 (#712)
* 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](getsentry/sentry-java@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] <support@github.com> * Formatting changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57de7bf commit c3f9036

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626

2727
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0")
2828

29-
implementation("io.sentry:sentry-spring-boot-starter:7.7.0")
29+
implementation("io.sentry:sentry-spring-boot-starter:7.8.0")
3030

3131
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:3.1.2")
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")

src/test/kotlin/uk/gov/justice/hmpps/probationsearch/util/PersonSearchHelper.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ class PersonSearchHelper(private val openSearchClient: RestHighLevelClient) {
9494
"person-search-pipeline",
9595
"/searchdata/create-pipeline.json".resourceAsByteReference(),
9696
JSON
97-
), RequestOptions.DEFAULT
97+
),
98+
RequestOptions.DEFAULT
9899
)
99100
}
100101
}

0 commit comments

Comments
 (0)