From 93b991d5f7bef1310e2eab74d4afd31ece8d0bd2 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Wed, 28 Aug 2019 22:58:29 +0200 Subject: [PATCH] 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 8c3194d68a..514e598fe3 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' }