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.
2 parents 46fa8dd + 7c096da commit 03f72c9Copy full SHA for 03f72c9
pom.xml
@@ -185,7 +185,7 @@
185
<plugin>
186
<groupId>org.jacoco</groupId>
187
<artifactId>jacoco-maven-plugin</artifactId>
188
- <version>0.8.8</version>
+ <version>0.8.12</version>
189
<executions>
190
<execution>
191
<goals>
@@ -197,10 +197,10 @@
197
198
<groupId>org.apache.maven.plugins</groupId>
199
<artifactId>maven-compiler-plugin</artifactId>
200
- <version>3.11.0</version>
+ <version>3.12.1</version>
201
<configuration>
202
- <source>16</source>
203
- <target>16</target>
+ <source>21</source>
+ <target>21</target>
204
</configuration>
205
</plugin>
206
0 commit comments