Skip to content

Commit 95c0d0d

Browse files
committed
Bring dependencies current
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
1 parent e834e8b commit 95c0d0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66

77
buildscript {
88
ext {
9-
uptodateVersion = "1.6.2"
9+
uptodateVersion = "1.6.3"
1010
retrolambdaPluginVersion = "3.5.0"
1111
retrolambdaVersion = "2.5.1"
1212
}

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ archivesBaseName = project.projectName
77

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

1414
performSigning(signingEnabled, signModule)

0 commit comments

Comments
 (0)