From 02b7cd1919fa7f7462ee0979c9b381b49df30e8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 08:07:59 +0000 Subject: [PATCH] build: Dependencies updates [2020-12-28] (#1427) Dependencies updates --- flank-scripts/build.gradle.kts | 2 +- flank-scripts/gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- test_runner/gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flank-scripts/build.gradle.kts b/flank-scripts/build.gradle.kts index dbfe00b0b7..7498dda740 100644 --- a/flank-scripts/build.gradle.kts +++ b/flank-scripts/build.gradle.kts @@ -29,7 +29,7 @@ shadowJar.apply { } } // .. -version = "1.2.7" +version = "1.2.8" group = "com.github.flank" application { diff --git a/flank-scripts/gradle/wrapper/gradle-wrapper.properties b/flank-scripts/gradle/wrapper/gradle-wrapper.properties index faa09dccc4..32dfb21770 100644 --- a/flank-scripts/gradle/wrapper/gradle-wrapper.properties +++ b/flank-scripts/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index faa09dccc4..32dfb21770 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/test_runner/gradle/wrapper/gradle-wrapper.properties b/test_runner/gradle/wrapper/gradle-wrapper.properties index 26422b4eb9..793a9e4f4e 100644 --- a/test_runner/gradle/wrapper/gradle-wrapper.properties +++ b/test_runner/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists