From c07b378273ed095df2f0529483f0585823f67035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:25:03 +0000 Subject: [PATCH] build(deps): bump the gradle-updates group with 2 updates Bumps the gradle-updates group with 2 updates: org.openapi.generator and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.openapi.generator` from 7.11.0 to 7.12.0 Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) --- updated-dependencies: - dependency-name: org.openapi.generator 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 ... Signed-off-by: dependabot[bot] --- data-api/build.gradle | 2 +- data-service/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data-api/build.gradle b/data-api/build.gradle index b3516c4..c2d2339 100644 --- a/data-api/build.gradle +++ b/data-api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.openapi.generator' version '7.11.0' + id 'org.openapi.generator' version '7.12.0' } apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' diff --git a/data-service/build.gradle b/data-service/build.gradle index 1252a65..98b2206 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -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.15.2' + testImplementation 'org.mockito:mockito-core:5.16.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' //Used for integration tests