From b904c67fbe5b40dbf59ab22c4a1e94c56953543a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:17:51 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group across 1 directory with 7 updates Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) | `2.2.34` | `2.2.35` | | [com.azure:azure-monitor-opentelemetry-autoconfigure](https://github.com/Azure/azure-sdk-for-java) | `1.2.0` | `1.3.0` | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.1` | `1.14.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.19.2` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.5.3` | `3.5.4` | Updates `io.swagger.core.v3:swagger-core` from 2.2.34 to 2.2.35 - [Release notes](https://github.com/swagger-api/swagger-core/releases) - [Commits](https://github.com/swagger-api/swagger-core/compare/v2.2.34...v2.2.35) Updates `com.azure:azure-monitor-opentelemetry-autoconfigure` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/v1.2.0...v1.3.0) Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.13.1...rel/commons-text-1.14.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.junit:junit-bom` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.3...v3.5.4) Updates `org.springframework.boot` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.3...v3.5.4) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-core dependency-version: 2.2.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.azure:azure-monitor-opentelemetry-autoconfigure dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 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.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index fec1923..6867e87 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.3' + id 'org.springframework.boot' version '3.5.4' id 'jacoco' id 'maven-publish' id "com.github.ben-manes.versions" version "0.52.0" @@ -245,7 +245,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.9' - implementation 'io.swagger.core.v3:swagger-core:2.2.34' + implementation 'io.swagger.core.v3:swagger-core:2.2.35' implementation 'javax.xml.bind:jaxb-api:2.3.1' implementation 'org.springframework.boot:spring-boot-starter-web' @@ -257,7 +257,7 @@ dependencies { implementation 'io.micrometer:micrometer-tracing' implementation 'io.micrometer:micrometer-tracing-bridge-otel' implementation 'io.micrometer:micrometer-registry-azure-monitor' - implementation 'com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0' + implementation 'com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0' implementation 'net.logstash.logback:logstash-logback-encoder:8.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion @@ -266,17 +266,17 @@ dependencies { implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5' implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final' - implementation 'org.apache.commons:commons-text:1.13.1' + implementation 'org.apache.commons:commons-text:1.14.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' // implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2' compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion - testImplementation(platform('org.junit:junit-bom:5.13.3')) + 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.3', { + testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.4', { exclude group: 'junit', module: 'junit' exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }