Skip to content

Commit 91073f2

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 3 updates in the / directory: [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `io.swagger.core.v3:swagger-core` from 2.2.33 to 2.2.34 - [Release notes](https://github.com/swagger-api/swagger-core/releases) - [Commits](swagger-api/swagger-core@v2.2.33...v2.2.34) Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) Updates `org.springframework.boot` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-core dependency-version: 2.2.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c989e8 commit 91073f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'application'
33
id 'java'
44
id 'io.spring.dependency-management' version '1.1.7'
5-
id 'org.springframework.boot' version '3.5.0'
5+
id 'org.springframework.boot' version '3.5.3'
66
id 'jacoco'
77
id 'maven-publish'
88
id "com.github.ben-manes.versions" version "0.52.0"
@@ -239,7 +239,7 @@ ext {
239239
dependencies {
240240
implementation "uk.gov.hmcts.cp:api-cp-crime-schedulingandlisting-courtschedule:$apiCourtScheduleVersion"
241241
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
242-
implementation 'io.swagger.core.v3:swagger-core:2.2.33'
242+
implementation 'io.swagger.core.v3:swagger-core:2.2.34'
243243

244244
implementation 'org.springframework.boot:spring-boot-starter-web'
245245
implementation 'org.springframework.boot:spring-boot-starter-actuator'
@@ -264,11 +264,11 @@ dependencies {
264264
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
265265
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
266266

267-
testImplementation(platform('org.junit:junit-bom:5.13.1'))
267+
testImplementation(platform('org.junit:junit-bom:5.13.2'))
268268
testImplementation 'org.mockito:mockito-core:5.18.0'
269269
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
270270
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
271-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.0', {
271+
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.3', {
272272
exclude group: 'junit', module: 'junit'
273273
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
274274
}

0 commit comments

Comments
 (0)