From e227ddc791d3a62c27307626b33110ce0b886990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:10:07 +0000 Subject: [PATCH 1/2] build(deps): bump the gradle-updates group across 1 directory with 10 updates Bumps the gradle-updates group with 9 updates in the / directory: | 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.mockito:mockito-core](https://github.com/mockito/mockito) | `5.8.0` | `5.14.2` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.1` | `5.11.4` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.20.4` | | [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.3.1.Final` | `6.6.3.Final` | | [com.h2database:h2](https://github.com/h2database/h2database) | `2.2.224` | `2.3.232` | 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 5.8.0 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.14.2) Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.11.4) Updates `org.testcontainers:testcontainers-bom` from 1.19.1 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.1...1.20.4) Updates `org.hibernate:hibernate-core` from 6.3.1.Final to 6.6.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.3.1...6.6.3) Updates `com.h2database:h2` from 2.2.224 to 2.3.232 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.232) --- 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-minor 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 - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- data-api/build.gradle | 4 ++-- data-service/build.gradle | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data-api/build.gradle b/data-api/build.gradle index 1c24a41..cdbf1d7 100644 --- a/data-api/build.gradle +++ b/data-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/data-service/build.gradle b/data-service/build.gradle index 02be09c..5b02dfb 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -10,27 +10,27 @@ 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' implementation files('lib/ojdbc8.jar') 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:5.8.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + 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.1') + implementation platform('org.testcontainers:testcontainers-bom:1.20.4') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-xe' - testImplementation 'org.hibernate:hibernate-core:6.3.1.Final' - testImplementation 'com.h2database:h2:2.2.224' + testImplementation 'org.hibernate:hibernate-core:6.6.3.Final' + testImplementation 'com.h2database:h2:2.3.232' } test { From 53a1488fb5a2cd0ce728d9271e5d78e7f869cb51 Mon Sep 17 00:00:00 2001 From: Jamie Briggs Date: Tue, 17 Dec 2024 18:08:26 +0000 Subject: [PATCH 2/2] CCMSPUI-483: Updated laa-ccms-spring-boot-gradle-plugin version to 0.0.17 Signed-off-by: Jamie Briggs --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a32a95..43403ce 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'net.researchgate.release' version '3.0.2' - id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.8' apply false + id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.17' apply false } subprojects {