Skip to content

Commit 7b1687d

Browse files
Bump the minor group with 5 updates
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.opensearch.client:spring-data-opensearch-starter](https://github.com/opensearch-project/spring-data-opensearch) | `1.6.1` | `1.6.2` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `8.2.0` | `8.3.0` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.3.1` | `5.3.2` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.13.1` | `2.13.3` | | uk.gov.justice.hmpps.gradle-spring-boot | `7.1.2` | `7.1.3` | Updates `org.opensearch.client:spring-data-opensearch-starter` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/opensearch-project/spring-data-opensearch/releases) - [Commits](opensearch-project/spring-data-opensearch@v1.6.1...v1.6.2) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.2.0 to 8.3.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@8.2.0...8.3.0) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.3.1 to 5.3.2 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.13.1...v2.13.3) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 7.1.2 to 7.1.3 --- updated-dependencies: - dependency-name: org.opensearch.client:spring-data-opensearch-starter dependency-type: direct:production update-type: version-update:semver-patch 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 - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: uk.gov.justice.hmpps.gradle-spring-boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49d4635 commit 7b1687d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.2"
4+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.3"
55
kotlin("plugin.spring") version "2.1.10"
66
id("com.google.cloud.tools.jib") version "3.4.4"
77
}
@@ -19,13 +19,13 @@ dependencies {
1919
implementation("org.springframework.data:spring-data-jpa")
2020
implementation("io.jsonwebtoken:jjwt-impl:0.12.6")
2121
implementation("io.jsonwebtoken:jjwt-jackson:0.12.6")
22-
implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.1")
22+
implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.2")
2323
implementation("org.opensearch.client:opensearch-java:2.21.0")
2424
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5")
25-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.2.0")
26-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.1")
25+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.3.0")
26+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.2")
2727
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
28-
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.1")
28+
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.3")
2929
implementation("io.opentelemetry:opentelemetry-extension-kotlin")
3030
testImplementation("org.springframework.security:spring-security-test")
3131
testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.1")

0 commit comments

Comments
 (0)