Skip to content

Commit abc27ea

Browse files
committed
Bump up maven-compiler-plugin version.
1 parent 13a0cd7 commit abc27ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<lombok.version>1.18.20</lombok.version>
6060
<snakeyaml.version>1.24</snakeyaml.version>
6161

62-
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
62+
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
6363
<checkstyle.fails.on.error>true</checkstyle.fails.on.error>
6464
</properties>
6565

test/plugin/scenarios/micronaut-http-scenario/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-compiler-plugin</artifactId>
131-
<version>3.10.1</version>
131+
<version>3.14.0</version>
132132
<configuration>
133133
<annotationProcessorPaths combine.children="append">
134134
<path>

0 commit comments

Comments
 (0)