Skip to content

Commit a563192

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 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.7.1"
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.+"
@@ -22,7 +22,7 @@ dependencies {
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)