From 379dd65ad6ac934815d7badb1a7557d25c6885e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 19:23:17 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.11 - [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.8.10...v2.8.11) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.4...v3.5.5) Updates `org.springframework.boot` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.4...v3.5.5) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f856afc..2a06363 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'application' id 'java' id 'io.spring.dependency-management' version '1.1.7' - id 'org.springframework.boot' version '3.5.4' + id 'org.springframework.boot' version '3.5.5' id 'jacoco' id 'maven-publish' id "com.github.ben-manes.versions" version "0.52.0" @@ -244,7 +244,7 @@ tasks.named('processPactVerificationTestResources') { dependencies { implementation "uk.gov.hmcts.cp:api-cp-crime-schedulingandlisting-courtschedule:$apiCourtScheduleVersion" - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.10' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.11' implementation 'io.swagger.core.v3:swagger-core:2.2.36' implementation 'javax.xml.bind:jaxb-api:2.3.1' @@ -276,7 +276,7 @@ dependencies { testImplementation(platform('org.junit:junit-bom:5.13.4')) testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' - testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.4', { + testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.5', { exclude group: 'junit', module: 'junit' exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }