Skip to content

Commit

Permalink
Bump the minor group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates in the / directory: [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java), uk.gov.justice.hmpps.gradle-spring-boot and [plugin.spring](https://github.com/JetBrains/kotlin).


Updates `org.opensearch.client:opensearch-java` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/opensearch-project/opensearch-java/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-java/blob/v2.13.0/CHANGELOG.md)
- [Commits](opensearch-project/opensearch-java@v2.12.0...v2.13.0)

Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.1 to 6.0.2

Updates `plugin.spring` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  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
- dependency-name: plugin.spring
  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 6, 2024
1 parent 2c2b538 commit b3df856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.1"
kotlin("plugin.spring") version "2.0.0"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.2"
kotlin("plugin.spring") version "2.0.10"
id("com.google.cloud.tools.jib") version "3.4.3"
}

Expand All @@ -20,7 +20,7 @@ dependencies {
implementation("io.jsonwebtoken:jjwt-impl:0.12.6")
implementation("io.jsonwebtoken:jjwt-jackson:0.12.6")
implementation("org.opensearch.client:spring-data-opensearch-starter:1.5.1")
implementation("org.opensearch.client:opensearch-java:2.12.0")
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.1.0")
Expand Down

0 comments on commit b3df856

Please sign in to comment.