From 195cbfea4cf441b433f047ed1bf4f23ad0ce5c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:44:24 +0000 Subject: [PATCH] Bump the deps group across 1 directory with 3 updates Bumps the deps group with 3 updates in the / directory: [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin), [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.+ to 2.18.0 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/commits/jackson-module-kotlin-2.18.0) 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: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0c1c10f..c7dcc33 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.+" @@ -18,11 +18,11 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.+' implementation 'org.slf4j:slf4j-api:2.0.+' implementation "org.springframework.boot:spring-boot-starter-webflux" - implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+" + implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+" 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"