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' }