We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e834e8b commit 95c0d0dCopy full SHA for 95c0d0d
2 files changed
build.gradle
@@ -6,7 +6,7 @@ ext {
6
7
buildscript {
8
ext {
9
- uptodateVersion = "1.6.2"
+ uptodateVersion = "1.6.3"
10
retrolambdaPluginVersion = "3.5.0"
11
retrolambdaVersion = "2.5.1"
12
}
core/build.gradle
@@ -7,8 +7,8 @@ archivesBaseName = project.projectName
dependencies {
testCompile dependencyJunit
- testCompile 'com.h2database:h2:1.4.191'
- testCompile 'commons-dbutils:commons-dbutils:1.6'
+ testCompile 'com.h2database:h2:1.4.196'
+ testCompile 'commons-dbutils:commons-dbutils:1.7'
13
14
performSigning(signingEnabled, signModule)
0 commit comments