From 05d75b584bfcf4f0bed99de13e423311aa1d980d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:25:20 +0000 Subject: [PATCH] Bump the minor group with 4 updates (#530) 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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/springdoc/springdoc-openapi/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7a38dd91..36876b97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8" + id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.0" kotlin("plugin.spring") version "2.0.21" } @@ -9,18 +9,18 @@ configurations { dependencies { runtimeOnly("org.flywaydb:flyway-database-postgresql") - implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.5") + implementation("org.springframework.boot:spring-boot-starter-webflux:3.4.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.0") implementation("io.sentry:sentry-logback:7.18.0") implementation("org.springframework.data:spring-data-commons:3.4.0") - implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1") { + implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.0") { exclude("org.springframework.security", "spring-security-config") exclude("org.springframework.security", "spring-security-core") exclude("org.springframework.security", "spring-security-crypto") exclude("org.springframework.security", "spring-security-web") } - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") testImplementation("io.kotest:kotest-assertions-json-jvm:5.9.1") testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")