Skip to content

Commit f6cb416

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 6 updates
Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) | `2.2.33` | `2.2.34` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.2` | `2.19.1` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.2` | `2.19.1` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` | 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 `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.19.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.2 to 2.19.1 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: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor 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 d354985 commit f6cb416

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 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"
@@ -254,7 +254,7 @@ tasks.named('processPactVerificationTestResources') {
254254
dependencies {
255255
implementation "uk.gov.hmcts.cp:api-cp-crime-schedulingandlisting-courtschedule:$apiCourtScheduleVersion"
256256
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
257-
implementation 'io.swagger.core.v3:swagger-core:2.2.33'
257+
implementation 'io.swagger.core.v3:swagger-core:2.2.34'
258258

259259
implementation 'org.springframework.boot:spring-boot-starter-web'
260260
implementation 'org.springframework.boot:spring-boot-starter-actuator'
@@ -276,17 +276,17 @@ dependencies {
276276
implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
277277
implementation 'org.apache.commons:commons-text:1.13.1'
278278

279-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
280-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
279+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
280+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1'
281281

282282
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
283283
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
284284

285-
testImplementation(platform('org.junit:junit-bom:5.13.1'))
285+
testImplementation(platform('org.junit:junit-bom:5.13.2'))
286286
testImplementation 'org.mockito:mockito-core:5.18.0'
287287
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
288288
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
289-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.0', {
289+
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.3', {
290290
exclude group: 'junit', module: 'junit'
291291
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
292292
}

0 commit comments

Comments
 (0)