Skip to content

Commit 03f72c9

Browse files
authored
Merge pull request #276 from IABTechLab/gdm-UID2-5282-fix-java-version
Fixed Java, Maven and Jacoco versions
2 parents 46fa8dd + 7c096da commit 03f72c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.jacoco</groupId>
187187
<artifactId>jacoco-maven-plugin</artifactId>
188-
<version>0.8.8</version>
188+
<version>0.8.12</version>
189189
<executions>
190190
<execution>
191191
<goals>
@@ -197,10 +197,10 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-compiler-plugin</artifactId>
200-
<version>3.11.0</version>
200+
<version>3.12.1</version>
201201
<configuration>
202-
<source>16</source>
203-
<target>16</target>
202+
<source>21</source>
203+
<target>21</target>
204204
</configuration>
205205
</plugin>
206206
<plugin>

0 commit comments

Comments
 (0)