Skip to content

Commit

Permalink
Bump the minor group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) and uk.gov.justice.hmpps.gradle-spring-boot.


Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 4.4.3 to 4.4.4
- [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits)

Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.5 to 6.0.6

---
updated-dependencies:
- 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: 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 Sep 23, 2024
1 parent 28bfe4d commit b3de286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.5"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6"
kotlin("plugin.spring") version "2.0.20"
id("com.google.cloud.tools.jib") version "3.4.3"
}
Expand All @@ -23,7 +23,7 @@ dependencies {
implementation("org.opensearch.client:opensearch-java:2.14.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.14.0")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.4.3")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.4.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8.0")
testImplementation("org.springframework.security:spring-security-test")
Expand Down

0 comments on commit b3de286

Please sign in to comment.