Skip to content

Commit 4da40ea

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot), [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and uk.gov.justice.hmpps.gradle-spring-boot. Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) 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 `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 `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.8 to 6.1.0 --- 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: 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.springdoc:springdoc-openapi-starter-webmvc-ui 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-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1caa0b6 commit 4da40ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
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.8"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.0"
33
kotlin("plugin.spring") version "2.0.21"
44
}
55

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

1010
dependencies {
1111
runtimeOnly("org.flywaydb:flyway-database-postgresql")
12-
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.5")
12+
implementation("org.springframework.boot:spring-boot-starter-webflux:3.4.0")
1313
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
1414
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.0")
1515
implementation("io.sentry:sentry-logback:7.18.0")
1616
implementation("org.springframework.data:spring-data-commons:3.4.0")
17-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1") {
17+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.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")
2121
exclude("org.springframework.security", "spring-security-web")
2222
}
23-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
23+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0")
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")

0 commit comments

Comments
 (0)