Skip to content

Commit 42cb905

Browse files
Bump the minor group across 1 directory with 9 updates
Bumps the minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.14.0` | `7.16.0` | | [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) | `7.14.0` | `7.16.0` | | [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.3.4` | `3.3.5` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.0.1` | `5.1.0` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.9.1` | `3.9.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.1` | `5.14.2` | | uk.gov.justice.hmpps.gradle-spring-boot | `6.0.6` | `6.0.8` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` | Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.14.0 to 7.16.0 - [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.14.0...7.16.0) Updates `io.sentry:sentry-logback` from 7.14.0 to 7.16.0 - [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.14.0...7.16.0) Updates `org.springframework.data:spring-data-commons` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](spring-projects/spring-data-commons@3.3.4...3.3.5) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.0.1 to 5.1.0 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `org.wiremock:wiremock-standalone` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.9.1...3.9.2) Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.14.2) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.6 to 6.0.8 Updates `plugin.spring` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.sentry:sentry-logback 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-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: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: org.mockito:mockito-core 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 - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccdb909 commit 42cb905

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,6 +1,6 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6"
3-
kotlin("plugin.spring") version "2.0.20"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8"
3+
kotlin("plugin.spring") version "2.0.21"
44
}
55

66
configurations {
@@ -9,12 +9,12 @@ configurations {
99

1010
dependencies {
1111
runtimeOnly("org.flywaydb:flyway-database-postgresql")
12-
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.4")
12+
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.5")
1313
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
14-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.14.0")
15-
implementation("io.sentry:sentry-logback:7.14.0")
16-
implementation("org.springframework.data:spring-data-commons:3.3.4")
17-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1") {
14+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.16.0")
15+
implementation("io.sentry:sentry-logback:7.16.0")
16+
implementation("org.springframework.data:spring-data-commons:3.3.5")
17+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.0") {
1818
exclude("org.springframework.security", "spring-security-config")
1919
exclude("org.springframework.security", "spring-security-core")
2020
exclude("org.springframework.security", "spring-security-crypto")
@@ -24,9 +24,9 @@ dependencies {
2424
testImplementation("io.kotest:kotest-assertions-json-jvm:5.9.1")
2525
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
2626
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
27-
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
27+
testImplementation("org.wiremock:wiremock-standalone:3.9.2")
2828
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
29-
testImplementation("org.mockito:mockito-core:5.14.1")
29+
testImplementation("org.mockito:mockito-core:5.14.2")
3030
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3131

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

0 commit comments

Comments
 (0)