From 17812b7d6170d86ab9325b264c0ec9f6c7a4030a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:07:45 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 7 updates Bumps the minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` | | [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.4.2` | `3.4.3` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.3.0` | `5.3.2` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.11.0` | `3.12.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.15.2` | `5.16.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.18.3` | | uk.gov.justice.hmpps.gradle-spring-boot | `7.1.2` | `7.1.3` | Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3) Updates `org.springframework.data:spring-data-commons` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/3.4.2...3.4.3) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.3.0 to 5.3.2 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `org.wiremock:wiremock-standalone` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.11.0...3.12.1) Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.18.3) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 7.1.2 to 7.1.3 --- 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: 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-patch dependency-group: minor - dependency-name: org.wiremock:wiremock-standalone 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: com.fasterxml.jackson.module:jackson-module-kotlin 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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ac6f77550..acad669bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.2" + id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.3" kotlin("plugin.spring") version "2.1.10" } @@ -9,12 +9,12 @@ configurations { dependencies { runtimeOnly("org.flywaydb:flyway-database-postgresql") - implementation("org.springframework.boot:spring-boot-starter-webflux:3.4.2") + implementation("org.springframework.boot:spring-boot-starter-webflux:3.4.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.20.0") implementation("io.sentry:sentry-logback:7.20.0") - implementation("org.springframework.data:spring-data-commons:3.4.2") - implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.0") { + implementation("org.springframework.data:spring-data-commons:3.4.3") + implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.2") { exclude("org.springframework.security", "spring-security-config") exclude("org.springframework.security", "spring-security-core") exclude("org.springframework.security", "spring-security-crypto") @@ -25,10 +25,10 @@ dependencies { 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") - testImplementation("org.wiremock:wiremock-standalone:3.11.0") + testImplementation("org.wiremock:wiremock-standalone:3.12.1") testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0") - testImplementation("org.mockito:mockito-core:5.15.2") - testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") + testImplementation("org.mockito:mockito-core:5.16.0") + testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") testImplementation(kotlin("test"))