From b3df856b2cac04693b4bd7796356ddd219527dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:51:18 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 3 updates 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](https://github.com/opensearch-project/opensearch-java/compare/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](https://github.com/JetBrains/kotlin/compare/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] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d7792d28..fff1176f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" } @@ -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")