We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f368d commit ccad51bCopy full SHA for ccad51b
pom.xml
@@ -27,9 +27,7 @@
27
</parent>
28
29
<properties>
30
- <source.level>16</source.level>
31
- <!-- AspectJ maven plugin can't handle 17 yet -->
32
-
+ <source.level>17</source.level>
33
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
34
<eclipselink>3.0.3</eclipselink>
35
<hibernate>6.2.1.Final</hibernate>
spring-data-jpa/pom.xml
@@ -389,9 +389,9 @@
389
</plugin>
390
391
<plugin>
392
- <groupId>io.starter</groupId>
+ <groupId>org.codehaus.mojo</groupId>
393
<artifactId>aspectj-maven-plugin</artifactId>
394
- <version>1.12.9</version>
+ <version>1.14.0</version>
395
<dependencies>
396
<dependency>
397
<groupId>org.aspectj</groupId>
0 commit comments