From 61a58e9925bf46b868b163298e22fafa7f12a50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:10:15 +0000 Subject: [PATCH] Bump the gradle-updates group with 8 updates Bumps the gradle-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | io.swagger.core.v3:swagger-annotations | `2.2.22` | `2.2.27` | | org.openapi.generator | `7.0.1` | `7.10.0` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.5.0` | `2.7.0` | | [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) | `1.5.5.Final` | `1.6.3` | | [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) | `1.5.5.Final` | `1.6.3` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `3.12.4` | `5.14.2` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.9.2` | `5.11.4` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.20.4` | Updates `io.swagger.core.v3:swagger-annotations` from 2.2.22 to 2.2.27 Updates `org.openapi.generator` from 7.0.1 to 7.10.0 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.5.0...v2.7.0) Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3) Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3) Updates `org.mockito:mockito-core` from 3.12.4 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v5.14.2) Updates `org.junit.jupiter:junit-jupiter` from 5.9.2 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.11.4) Updates `org.testcontainers:testcontainers-bom` from 1.19.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.20.4) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.openapi.generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-updates - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- caab-api/build.gradle | 4 ++-- caab-service/build.gradle | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/caab-api/build.gradle b/caab-api/build.gradle index 74cba5e..f748023 100644 --- a/caab-api/build.gradle +++ b/caab-api/build.gradle @@ -1,12 +1,12 @@ plugins { - id 'org.openapi.generator' version '7.0.1' + id 'org.openapi.generator' version '7.10.0' } apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' dependencies { - implementation 'io.swagger.core.v3:swagger-annotations:2.2.22' + implementation 'io.swagger.core.v3:swagger-annotations:2.2.27' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.data:spring-data-commons' implementation 'com.google.code.findbugs:jsr305:3.0.2' diff --git a/caab-service/build.gradle b/caab-service/build.gradle index 0855ede..3784121 100644 --- a/caab-service/build.gradle +++ b/caab-service/build.gradle @@ -11,20 +11,20 @@ dependencies { implementation 'uk.gov.laa.ccms.springboot:laa-ccms-spring-boot-starter-auth' //Enable Swagger UI - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' - implementation 'org.mapstruct:mapstruct:1.5.5.Final' - annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' + implementation 'org.mapstruct:mapstruct:1.6.3' + annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'org.mockito:mockito-core:3.12.4' - testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2' + testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' //Used for integration tests - implementation platform('org.testcontainers:testcontainers-bom:1.19.3') + implementation platform('org.testcontainers:testcontainers-bom:1.20.4') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-xe'