Skip to content

Commit

Permalink
E - Oppdatering av io.mockk:mockk. Endere også til likt format
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Oct 16, 2024
1 parent 7cc26b1 commit d2ed069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
exclude module: "mockito-core"
exclude module: "junit-vintage-engine"
}
testImplementation('io.mockk:mockk:1.13.12')
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("com.ninja-squad:springmockk:4.0.2")

testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
Expand Down

0 comments on commit d2ed069

Please sign in to comment.