Skip to content

Commit 1f44a95

Browse files
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.2 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.6...8.10.2) --- 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] <[email protected]>
1 parent 24671d2 commit 1f44a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "java"
33
id "jacoco"
44
id "com.adarshr.test-logger" version "4.0.+"
5-
id "io.freefair.lombok" version "8.6"
5+
id "io.freefair.lombok" version "8.10.2"
66
id "io.spring.dependency-management" version "1.1.+"
77
id "org.jetbrains.kotlin.jvm" version "2.0.+"
88
id "org.jetbrains.kotlin.plugin.spring" version "2.0.+"
@@ -18,11 +18,11 @@ dependencies {
1818
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.+'
1919
implementation 'org.slf4j:slf4j-api:2.0.+'
2020
implementation "org.springframework.boot:spring-boot-starter-webflux"
21-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+"
21+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+"
2222
testImplementation "io.github.hakky54:logcaptor:2.9.+"
2323
testImplementation "org.assertj:assertj-core"
2424
testImplementation "org.junit.jupiter:junit-jupiter"
25-
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.+'
25+
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.+'
2626
testImplementation "org.springframework.boot:spring-boot-starter-test"
2727
testImplementation "org.testcontainers:junit-jupiter"
2828
testRuntimeOnly "org.junit.platform:junit-platform-launcher"

0 commit comments

Comments
 (0)