From 01bc2519c583142faf3bb39210a4c440acff3748 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 3 Aug 2015 21:35:57 +0200 Subject: [PATCH] Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+) Issue: SPR-13297 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9e3b0f254e..2306bfead8 100644 --- a/build.gradle +++ b/build.gradle @@ -1067,7 +1067,7 @@ project("spring-aspects") { dependencies { aspects(project(":spring-orm")) - ajc("org.aspectj:aspectjtools:1.9.0.BETA-1") // for the ability to build on JDK 9, not exposed in the POMs yet + ajc("org.aspectj:aspectjtools:1.9.0.BETA-2") // for the ability to build on JDK 9, not exposed in the POMs yet rt("org.aspectj:aspectjrt:${aspectjVersion}") // regular AspectJ version here, to be exposed in the POMs compile("org.aspectj:aspectjweaver:${aspectjVersion}") provided("org.eclipse.persistence:javax.persistence:2.0.0")