Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 624eae9 commit 8a4d700
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.1.0")
testImplementation(group = "org.mockito.kotlin", name = "mockito-kotlin", version = "5.2.0")

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 8a4d700

Please sign in to comment.