Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 87448e7 commit 97ba10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
runtimeOnly(group = "org.mariadb.jdbc", name = "mariadb-java-client")

testImplementation(group = "org.springframework.boot", name = "spring-boot-starter-test")
testImplementation(group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.2.0")
testImplementation(group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.2.1")

annotationProcessor(group = "org.springframework.boot", name = "spring-boot-configuration-processor")
kapt(group = "org.springframework.boot", name = "spring-boot-configuration-processor")
Expand Down

0 comments on commit 97ba10c

Please sign in to comment.