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 6569a0a commit 4b65361Copy full SHA for 4b65361
build.gradle
@@ -72,7 +72,7 @@ allprojects {
72
sonatypeUploadUrl = isSnapshot ? sonatypeSnapshotUrl : sonatypeReleaseUrl
73
primaryEmail = "functionaljava@googlegroups.com"
74
75
- dependencyJunit = "junit:junit:4.12"
+ dependencyJunit = "org.junit.vintage:junit-vintage-engine:5.2.0"
76
77
displayCompilerWarnings = true
78
core/build.gradle
@@ -7,7 +7,7 @@ archivesBaseName = project.projectName
7
8
dependencies {
9
testCompile dependencyJunit
10
- testCompile 'com.h2database:h2:1.4.196'
+ testCompile 'com.h2database:h2:1.4.197'
11
testCompile 'commons-dbutils:commons-dbutils:1.7'
12
}
13
0 commit comments