We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a0cd7 commit abc27eaCopy full SHA for abc27ea
test/plugin/pom.xml
@@ -59,7 +59,7 @@
59
<lombok.version>1.18.20</lombok.version>
60
<snakeyaml.version>1.24</snakeyaml.version>
61
62
- <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
+ <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
63
<checkstyle.fails.on.error>true</checkstyle.fails.on.error>
64
</properties>
65
test/plugin/scenarios/micronaut-http-scenario/pom.xml
@@ -128,7 +128,7 @@
128
<plugin>
129
<groupId>org.apache.maven.plugins</groupId>
130
<artifactId>maven-compiler-plugin</artifactId>
131
- <version>3.10.1</version>
+ <version>3.14.0</version>
132
<configuration>
133
<annotationProcessorPaths combine.children="append">
134
<path>
0 commit comments