Skip to content

Commit

Permalink
Upgrade mockito to 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lowey-Weber authored and xeus2001 committed Dec 13, 2023
1 parent e95a577 commit 806fdac
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 @@ -102,7 +102,7 @@ val jayway_restassured = "com.jayway.restassured:rest-assured:2.9.0"
val assertj_core = "org.assertj:assertj-core:3.24.2"
val awaitility = "org.awaitility:awaitility:4.2.0"
val junit_jupiter = "org.junit.jupiter:junit-jupiter:5.9.2"
val mockito = "org.mockito:mockito-core:3.12.4"
val mockito = "org.mockito:mockito-core:5.8.0"

val flipkart_zjsonpatch = "com.flipkart.zjsonpatch:zjsonpatch:0.4.13"
val json_assert = "org.skyscreamer:jsonassert:1.5.1"
Expand Down

0 comments on commit 806fdac

Please sign in to comment.