Skip to content

Commit f90d533

Browse files
Bump the minor group with 3 updates (#775)
Bumps the minor group with 3 updates: [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java), [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) and [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs). Updates `org.opensearch.client:opensearch-java` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/opensearch-project/opensearch-java/releases) - [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md) - [Commits](opensearch-project/opensearch-java@v2.18.0...v2.19.0) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.18.1 to 7.19.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.18.1...7.19.0) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.2.0 to 5.2.1 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) --- updated-dependencies: - dependency-name: org.opensearch.client:opensearch-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a26a68 commit f90d533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ dependencies {
2020
implementation("io.jsonwebtoken:jjwt-impl:0.12.6")
2121
implementation("io.jsonwebtoken:jjwt-jackson:0.12.6")
2222
implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.0")
23-
implementation("org.opensearch.client:opensearch-java:2.18.0")
23+
implementation("org.opensearch.client:opensearch-java:2.19.0")
2424
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0")
25-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.1")
26-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.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")
2727
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
2828
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
2929
testImplementation("org.springframework.security:spring-security-test")

0 commit comments

Comments
 (0)