Skip to content

Commit ccad51b

Browse files
gregturnmp911de
authored andcommitted
Migrate to org.codehaus.mojo:aspectj-maven-plugin.
Closes #2973. Original pull request: #2974
1 parent d6f368d commit ccad51b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
</parent>
2828

2929
<properties>
30-
<source.level>16</source.level>
31-
<!-- AspectJ maven plugin can't handle 17 yet -->
32-
30+
<source.level>17</source.level>
3331
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
3432
<eclipselink>3.0.3</eclipselink>
3533
<hibernate>6.2.1.Final</hibernate>

Diff for: spring-data-jpa/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@
389389
</plugin>
390390

391391
<plugin>
392-
<groupId>io.starter</groupId>
392+
<groupId>org.codehaus.mojo</groupId>
393393
<artifactId>aspectj-maven-plugin</artifactId>
394-
<version>1.12.9</version>
394+
<version>1.14.0</version>
395395
<dependencies>
396396
<dependency>
397397
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)