Skip to content

Commit eedeb3d

Browse files
authored
Merge pull request #387 from gliptak/gradle1
Bring Gradle to 5.6.2
2 parents a7ff8f7 + 0b8b7f0 commit eedeb3d

6 files changed

Lines changed: 41 additions & 9 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
wrapper {
23-
gradleVersion = "5.2.1"
23+
gradleVersion = "5.6.2"
2424
distributionType = Wrapper.DistributionType.ALL
2525
}
2626
}
@@ -49,7 +49,7 @@ allprojects {
4949

5050
snapshotAppendix = "-SNAPSHOT"
5151
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
52-
fjConsumeVersion = "4.8"
52+
fjConsumeVersion = "4.8.1"
5353

5454
signModule = false
5555

@@ -70,7 +70,7 @@ allprojects {
7070
primaryEmail = "functionaljava@googlegroups.com"
7171

7272
junitCompile = "junit:junit:4.12"
73-
junitRuntime = "org.junit.vintage:junit-vintage-engine:5.3.2"
73+
junitRuntime = "org.junit.vintage:junit-vintage-engine:5.5.2"
7474

7575
displayCompilerWarnings = true
7676
}

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ archivesBaseName = project.projectName
88
dependencies {
99
testCompile junitCompile
1010
testRuntime junitRuntime
11-
testCompile 'com.h2database:h2:1.4.197'
11+
testCompile 'com.h2database:h2:1.4.199'
1212
testCompile 'commons-dbutils:commons-dbutils:1.7'
1313
}
1414

gradle/wrapper/gradle-wrapper.jar

426 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)