Skip to content

Commit

Permalink
Upgrade some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Oct 24, 2019
1 parent 951ade4 commit 49c85e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
opentest4jVersion = '1.2.0'
archunitVersion = '0.11.0'
assertJVersion = '3.13.2'
mockitoVersion = '2.28.2'
mockitoVersion = '3.1.0'
moduleName = 'net.jqwik'
jqwikVersion = '1.2.1-SNAPSHOT'
}
Expand Down Expand Up @@ -68,5 +68,5 @@ allprojects {

wrapper {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '5.6.2'
gradleVersion = '5.6.3'
}

0 comments on commit 49c85e4

Please sign in to comment.