Skip to content

Commit 5c069ee

Browse files
Bump the minor group with 5 updates (#776)
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.19.0` | `7.19.1` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.2.1` | `5.2.2` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0` | `2.11.0` | | uk.gov.justice.hmpps.gradle-spring-boot | `6.1.0` | `6.1.1` | Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.19.0 to 7.19.1 - [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.19.0...7.19.1) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.2.1 to 5.2.2 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.10.0 to 2.11.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](open-telemetry/opentelemetry-java-instrumentation@v2.10.0...v2.11.0) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.1.0 to 6.1.1 --- updated-dependencies: - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-patch 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: org.jetbrains.kotlinx:kotlinx-coroutines-core 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f90d533 commit 5c069ee

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 "6.1.0"
4+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.1"
55
kotlin("plugin.spring") version "2.1.0"
66
id("com.google.cloud.tools.jib") version "3.4.4"
77
}
@@ -22,10 +22,10 @@ dependencies {
2222
implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.0")
2323
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.19.0")
26-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.1")
27-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
28-
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
25+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.19.1")
26+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.2")
27+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
28+
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0")
2929
testImplementation("org.springframework.security:spring-security-test")
3030
testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.1")
3131
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:4.1.0")

0 commit comments

Comments
 (0)