Skip to content

Commit 4b65361

Browse files
committed
Bring dependencies current
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
1 parent 6569a0a commit 4b65361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272
sonatypeUploadUrl = isSnapshot ? sonatypeSnapshotUrl : sonatypeReleaseUrl
7373
primaryEmail = "functionaljava@googlegroups.com"
7474

75-
dependencyJunit = "junit:junit:4.12"
75+
dependencyJunit = "org.junit.vintage:junit-vintage-engine:5.2.0"
7676

7777
displayCompilerWarnings = true
7878

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ archivesBaseName = project.projectName
77

88
dependencies {
99
testCompile dependencyJunit
10-
testCompile 'com.h2database:h2:1.4.196'
10+
testCompile 'com.h2database:h2:1.4.197'
1111
testCompile 'commons-dbutils:commons-dbutils:1.7'
1212
}
1313

0 commit comments

Comments
 (0)