Skip to content

Commit 6bcda91

Browse files
chore(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) and [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator). Updates `io.swagger.core.v3:swagger-core` from 2.2.32 to 2.2.33 - [Release notes](https://github.com/swagger-api/swagger-core/releases) - [Commits](swagger-api/swagger-core@v2.2.32...v2.2.33) Updates `org.hibernate.validator:hibernate-validator` from 9.0.0.Final to 9.0.1.Final - [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.0.1.Final/changelog.txt) - [Commits](hibernate/hibernate-validator@9.0.0.Final...9.0.1.Final) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-core dependency-version: 2.2.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.0.1.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc9bda7 commit 6bcda91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.32'
242+
implementation 'io.swagger.core.v3:swagger-core:2.2.33'
243243

244244
implementation 'org.springframework.boot:spring-boot-starter-web'
245245
implementation 'org.springframework.boot:spring-boot-starter-actuator'
@@ -258,7 +258,7 @@ dependencies {
258258
implementation group: 'ch.qos.logback', name: 'logback-core', version: logbackVersion
259259

260260
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5'
261-
implementation 'org.hibernate.validator:hibernate-validator:9.0.0.Final'
261+
implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
262262
implementation 'org.apache.commons:commons-text:1.13.1'
263263

264264
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion

0 commit comments

Comments
 (0)