Skip to content

Commit

Permalink
Bump the minor group with 4 updates
Browse files Browse the repository at this point in the history
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](getsentry/sentry-java@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](open-telemetry/opentelemetry-java-instrumentation@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 56647bf commit a0622a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
}
Expand All @@ -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")
Expand Down

0 comments on commit a0622a5

Please sign in to comment.