From 05b9cdcc9416fb5a52f398f606660814e0268810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:01:06 +0000 Subject: [PATCH] build(deps): bump the gradle-updates group across 1 directory with 8 updates Bumps the gradle-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | net.researchgate.release | `3.0.2` | `3.1.0` | | io.swagger.core.v3:swagger-annotations | `2.2.27` | `2.2.28` | | org.openapi.generator | `7.10.0` | `7.11.0` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.7.0` | `2.8.5` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` | | [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.3.Final` | `6.6.9.Final` | Updates `net.researchgate.release` from 3.0.2 to 3.1.0 Updates `io.swagger.core.v3:swagger-annotations` from 2.2.27 to 2.2.28 Updates `org.openapi.generator` from 7.10.0 to 7.11.0 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.5 - [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.7.0...v2.8.5) Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0) Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5 - [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.20.4...1.20.5) Updates `org.hibernate:hibernate-core` from 6.6.3.Final to 6.6.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.3...6.6.9) --- updated-dependencies: - dependency-name: net.researchgate.release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - 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.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-patch dependency-group: gradle-updates - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- data-api/build.gradle | 4 ++-- data-service/build.gradle | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 4410a67..9c2f474 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'net.researchgate.release' version '3.0.2' + id 'net.researchgate.release' version '3.1.0' id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.25' apply false } diff --git a/data-api/build.gradle b/data-api/build.gradle index b8633a3..b3516c4 100644 --- a/data-api/build.gradle +++ b/data-api/build.gradle @@ -1,12 +1,12 @@ plugins { - id 'org.openapi.generator' version '7.10.0' + id 'org.openapi.generator' version '7.11.0' } apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' dependencies { - implementation 'io.swagger.core.v3:swagger-annotations:2.2.27' + implementation 'io.swagger.core.v3:swagger-annotations:2.2.28' 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 0375024..1252a65 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -10,7 +10,7 @@ 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.7.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5' implementation files('lib/ojdbc8.jar') @@ -23,15 +23,15 @@ dependencies { implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'org.mockito:mockito-core:5.14.2' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.mockito:mockito-core:5.15.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' //Used for integration tests - testImplementation platform('org.testcontainers:testcontainers-bom:1.20.4') + testImplementation platform('org.testcontainers:testcontainers-bom:1.20.5') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-free' - testImplementation 'org.hibernate:hibernate-core:6.6.3.Final' + testImplementation 'org.hibernate:hibernate-core:6.6.9.Final' testImplementation 'com.h2database:h2:2.3.232' }