From 6cd00a66d8267e393aa6a006e6f696f2d86908a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:43:56 +0000 Subject: [PATCH] Bump the deps group across 1 directory with 2 updates Bumps the deps group with 2 updates in the / directory: [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.mockito.kotlin:mockito-kotlin` from 5.3.+ to 5.4.0 - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/commits/5.4.0) Updates `io.freefair.lombok` from 8.6 to 8.10 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.6...8.10) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0c1c10f..bf962bd 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "java" id "jacoco" id "com.adarshr.test-logger" version "4.0.+" - id "io.freefair.lombok" version "8.6" + id "io.freefair.lombok" version "8.10" id "io.spring.dependency-management" version "1.1.+" id "org.jetbrains.kotlin.jvm" version "2.0.+" id "org.jetbrains.kotlin.plugin.spring" version "2.0.+" @@ -22,7 +22,7 @@ dependencies { testImplementation "io.github.hakky54:logcaptor:2.9.+" testImplementation "org.assertj:assertj-core" testImplementation "org.junit.jupiter:junit-jupiter" - testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.+' + testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.+' testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.testcontainers:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher"