We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b825db2 commit 81c8346Copy full SHA for 81c8346
build.gradle
@@ -21,8 +21,8 @@ ext {
21
// springBootVersion = '2.4.8'
22
// springBootVersion = '2.5.8'
23
springBootVersion = '2.6.2'
24
- assertJVersion = '3.22.0'
25
- mockitoVersion = '4.2.0'
+ assertJVersion = '3.24.2'
+ mockitoVersion = '4.11.0'
26
jqwikVersion = '1.8.2'
27
jqwikSpringVersion = '0.10.0-SNAPSHOT'
28
isSnapshotRelease = isSnapshotRelease(jqwikSpringVersion)
0 commit comments