From 412baf3e436d7e4060e89d1055776d97aa5b02f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:55:20 +0000 Subject: [PATCH] build(deps): bump the gradle-updates group across 1 directory with 4 updates Bumps the gradle-updates group with 4 updates in the / directory: net.researchgate.release, [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `net.researchgate.release` from 3.0.2 to 3.1.0 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.1 - [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.1) 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.hibernate:hibernate-core` from 6.6.3.Final to 6.6.4.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.3...6.6.4) --- updated-dependencies: - dependency-name: net.researchgate.release 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.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-service/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 43403ce..10c58ce 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.17' apply false } diff --git a/data-service/build.gradle b/data-service/build.gradle index 2355c36..561c0cc 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.1' implementation files('lib/ojdbc8.jar') @@ -23,7 +23,7 @@ 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.mockito:mockito-core:5.15.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' //Used for integration tests @@ -31,7 +31,7 @@ dependencies { testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-xe' - testImplementation 'org.hibernate:hibernate-core:6.6.3.Final' + testImplementation 'org.hibernate:hibernate-core:6.6.4.Final' testImplementation 'com.h2database:h2:2.3.232' }