Skip to content

Commit 35e9f76

Browse files
Bump the minor group with 10 updates (#481)
Bumps the minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.3.3` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.1` | `1.7.2` | | [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.2.4` | `3.3.4` | | [io.kotest:kotest-assertions-json-jvm](https://github.com/kotest/kotest) | `5.8.0` | `5.9.1` | | [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `5.8.0` | `5.9.1` | | [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `5.8.0` | `5.9.1` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.2.0` | `3.9.1` | | [io.kotest.extensions:kotest-extensions-spring](https://github.com/kotest/kotest-extensions-spring) | `1.1.3` | `1.3.0` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.7.0` | `5.13.0` | | uk.gov.justice.hmpps.gradle-spring-boot | `6.0.4` | `6.0.5` | Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.2.4 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.3.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.1 to 1.7.2 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.6.1...v1.7.2) Updates `org.springframework.data:spring-data-commons` from 3.2.4 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](spring-projects/spring-data-commons@3.2.4...3.3.4) Updates `io.kotest:kotest-assertions-json-jvm` from 5.8.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.0...v5.9.1) Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.0...v5.9.1) Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.0...v5.9.1) Updates `org.wiremock:wiremock-standalone` from 3.2.0 to 3.9.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.2.0...3.9.1) Updates `io.kotest.extensions:kotest-extensions-spring` from 1.1.3 to 1.3.0 - [Release notes](https://github.com/kotest/kotest-extensions-spring/releases) - [Commits](kotest/kotest-extensions-spring@v1.1.3...v1.3.0) Updates `org.mockito:mockito-core` from 5.7.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.7.0...v5.13.0) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.4 to 6.0.5 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.springframework.data:spring-data-commons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.kotest:kotest-assertions-json-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.kotest.extensions:kotest-extensions-spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.mockito:mockito-core 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 681c89c commit 35e9f76

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle.kts

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.4"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.5"
33
kotlin("plugin.spring") version "1.9.20"
44
}
55

@@ -9,24 +9,24 @@ configurations {
99

1010
dependencies {
1111
runtimeOnly("org.flywaydb:flyway-database-postgresql")
12-
implementation("org.springframework.boot:spring-boot-starter-webflux:3.2.4")
13-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
12+
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.3")
13+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
1414
implementation("io.sentry:sentry-spring-boot-starter-jakarta:6.34.0")
1515
implementation("io.sentry:sentry-logback:6.34.0")
16-
implementation("org.springframework.data:spring-data-commons:3.2.4")
16+
implementation("org.springframework.data:spring-data-commons:3.3.4")
1717
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:3.1.1") {
1818
exclude("org.springframework.security", "spring-security-config")
1919
exclude("org.springframework.security", "spring-security-core")
2020
exclude("org.springframework.security", "spring-security-crypto")
2121
exclude("org.springframework.security", "spring-security-web")
2222
}
2323
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
24-
testImplementation("io.kotest:kotest-assertions-json-jvm:5.8.0")
25-
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0")
26-
testImplementation("io.kotest:kotest-assertions-core-jvm:5.8.0")
27-
testImplementation("org.wiremock:wiremock-standalone:3.2.0")
28-
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.3")
29-
testImplementation("org.mockito:mockito-core:5.7.0")
24+
testImplementation("io.kotest:kotest-assertions-json-jvm:5.9.1")
25+
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
26+
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
27+
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
28+
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
29+
testImplementation("org.mockito:mockito-core:5.13.0")
3030
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
3131

3232
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

0 commit comments

Comments
 (0)