Skip to content

Commit 81c8346

Browse files
committed
Upgrade to latest assertj and mockito versions
1 parent b825db2 commit 81c8346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ext {
2121
// springBootVersion = '2.4.8'
2222
// springBootVersion = '2.5.8'
2323
springBootVersion = '2.6.2'
24-
assertJVersion = '3.22.0'
25-
mockitoVersion = '4.2.0'
24+
assertJVersion = '3.24.2'
25+
mockitoVersion = '4.11.0'
2626
jqwikVersion = '1.8.2'
2727
jqwikSpringVersion = '0.10.0-SNAPSHOT'
2828
isSnapshotRelease = isSnapshotRelease(jqwikSpringVersion)

0 commit comments

Comments
 (0)