From a0622a59b59bffc48151205ccfe89b0005795c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:29:01 +0000 Subject: [PATCH] Bump the minor group with 4 updates Bumps the minor group with 4 updates: [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java), [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs), [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) and uk.gov.justice.hmpps.gradle-spring-boot. Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.13.0 to 7.14.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.13.0...7.14.0) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 4.2.0 to 4.3.1 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.6.0 to 2.7.0 - [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](https://github.com/open-telemetry/opentelemetry-java-instrumentation/compare/v2.6.0...v2.7.0) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.2 to 6.0.3 --- updated-dependencies: - 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-minor dependency-group: minor - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-minor 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] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b68d494d..1db07856 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.2" + id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.3" kotlin("plugin.spring") version "2.0.10" id("com.google.cloud.tools.jib") version "3.4.3" } @@ -22,10 +22,10 @@ dependencies { implementation("org.opensearch.client:spring-data-opensearch-starter:1.5.1") implementation("org.opensearch.client:opensearch-java:2.13.0") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") - implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.13.0") - implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.2.0") + implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.14.0") + implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.3.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") - implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.6.0") + implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.7.0") testImplementation("org.springframework.security:spring-security-test") testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.1") testImplementation("net.javacrumbs.json-unit:json-unit-assertj:3.4.1")