Skip to content

Commit 22263b6

Browse files
Bump the minor group across 1 directory with 9 updates (#771)
* Bump the minor group across 1 directory with 9 updates Bumps the minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.opensearch.client:spring-data-opensearch-starter](https://github.com/opensearch-project/spring-data-opensearch) | `1.5.3` | `1.5.4` | | [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) | `2.17.0` | `2.18.0` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.18.0` | `7.18.1` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.1.1` | `5.2.0` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `4.0.0` | `4.1.0` | | io.swagger.parser.v3:swagger-parser-v3 | `2.1.23` | `2.1.24` | | uk.gov.justice.hmpps.gradle-spring-boot | `6.0.8` | `6.1.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | Updates `org.opensearch.client:spring-data-opensearch-starter` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/opensearch-project/spring-data-opensearch/releases) - [Commits](opensearch-project/spring-data-opensearch@v1.5.3...v1.5.4) Updates `org.opensearch.client:opensearch-java` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/opensearch-project/opensearch-java/releases) - [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md) - [Commits](opensearch-project/opensearch-java@v2.17.0...v2.18.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.18.0 to 7.18.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.18.0...7.18.1) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.1.1 to 5.2.0 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 4.0.0 to 4.1.0 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](lukas-krecan/JsonUnit@json-unit-parent-4.0.0...json-unit-parent-4.1.0) Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.23 to 2.1.24 Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.8 to 6.1.0 Updates `plugin.spring` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.opensearch.client:spring-data-opensearch-starter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: org.opensearch.client:opensearch-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - 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-minor dependency-group: minor - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.swagger.parser.v3:swagger-parser-v3 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-minor dependency-group: minor - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump spring-data-opensearch-starter to 1.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcus Aspin <maspin@unilink.com>
1 parent 0ee7c7c commit 22263b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle.kts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8"
5-
kotlin("plugin.spring") version "2.0.21"
4+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.0"
5+
kotlin("plugin.spring") version "2.1.0"
66
id("com.google.cloud.tools.jib") version "3.4.4"
77
}
88

@@ -19,21 +19,21 @@ dependencies {
1919
implementation("org.springframework.data:spring-data-jpa")
2020
implementation("io.jsonwebtoken:jjwt-impl:0.12.6")
2121
implementation("io.jsonwebtoken:jjwt-jackson:0.12.6")
22-
implementation("org.opensearch.client:spring-data-opensearch-starter:1.5.3")
23-
implementation("org.opensearch.client:opensearch-java:2.17.0")
24-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
25-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.0")
26-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1")
22+
implementation("org.opensearch.client:spring-data-opensearch-starter:1.6.0")
23+
implementation("org.opensearch.client:opensearch-java:2.18.0")
24+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0")
25+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.1")
26+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.0")
2727
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
2828
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
2929
testImplementation("org.springframework.security:spring-security-test")
3030
testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.1")
31-
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:4.0.0")
31+
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:4.1.0")
3232
testImplementation("org.awaitility:awaitility-kotlin")
3333
testImplementation("io.rest-assured:json-path")
3434
testImplementation("io.rest-assured:xml-path")
3535
testImplementation("io.rest-assured:spring-mock-mvc")
36-
testImplementation("io.swagger.parser.v3:swagger-parser-v3:2.1.23")
36+
testImplementation("io.swagger.parser.v3:swagger-parser-v3:2.1.24")
3737
}
3838

3939
java {

0 commit comments

Comments
 (0)