Skip to content

Commit ee112f6

Browse files
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](swagger-api/swagger-core@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](Azure/azure-sdk-for-java@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](apache/commons-text@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](junit-team/junit-framework@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](spring-projects/spring-boot@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](spring-projects/spring-boot@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] <support@github.com>
1 parent 0a8d7ff commit ee112f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 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.3'
5+
id 'org.springframework.boot' version '3.5.4'
66
id 'jacoco'
77
id 'maven-publish'
88
id "com.github.ben-manes.versions" version "0.52.0"
@@ -245,7 +245,7 @@ tasks.named('processPactVerificationTestResources') {
245245
dependencies {
246246
implementation "uk.gov.hmcts.cp:api-cp-crime-schedulingandlisting-courtschedule:$apiCourtScheduleVersion"
247247
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
248-
implementation 'io.swagger.core.v3:swagger-core:2.2.34'
248+
implementation 'io.swagger.core.v3:swagger-core:2.2.35'
249249
implementation 'javax.xml.bind:jaxb-api:2.3.1'
250250

251251
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -257,7 +257,7 @@ dependencies {
257257
implementation 'io.micrometer:micrometer-tracing'
258258
implementation 'io.micrometer:micrometer-tracing-bridge-otel'
259259
implementation 'io.micrometer:micrometer-registry-azure-monitor'
260-
implementation 'com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0'
260+
implementation 'com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0'
261261

262262
implementation 'net.logstash.logback:logstash-logback-encoder:8.1'
263263
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
@@ -266,17 +266,17 @@ dependencies {
266266

267267
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5'
268268
implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
269-
implementation 'org.apache.commons:commons-text:1.13.1'
269+
implementation 'org.apache.commons:commons-text:1.14.0'
270270

271-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
271+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
272272
// implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
273273

274274
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
275275
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
276276

277-
testImplementation(platform('org.junit:junit-bom:5.13.3'))
277+
testImplementation(platform('org.junit:junit-bom:5.13.4'))
278278
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
279-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.3', {
279+
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.4', {
280280
exclude group: 'junit', module: 'junit'
281281
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
282282
}

0 commit comments

Comments
 (0)