From 71116db3a7a591f283dba17b3a40f619904112d6 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Wed, 28 Aug 2019 22:57:51 +0200 Subject: [PATCH 1/2] Update to Gradle 5.6.1 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ef9a9e05e4c..59b5f892888 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-5.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From ac00462440c2fae77aab1774b0037e004170819b Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Wed, 28 Aug 2019 22:58:29 +0200 Subject: [PATCH 2/2] Update AspectJ Gradle Plugin to 4.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c3194d68ad..514e598fe31 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE' - classpath "io.freefair.gradle:aspectj-plugin:4.0.0" + classpath "io.freefair.gradle:aspectj-plugin:4.0.1" } repositories { maven { url 'https://repo.spring.io/plugins-snapshot' }