Skip to content

Commit c04e245

Browse files
Bump org.mockito.kotlin:mockito-kotlin in the deps group
Bumps the deps group with 1 update: [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin). 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) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24671d2 commit c04e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)