Skip to content

Commit adfdc3a

Browse files
committed
⬆️ Upgrading dependencies to work with newer JDK
1 parent 204fee3 commit adfdc3a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.jacoco</groupId>
106106
<artifactId>jacoco-maven-plugin</artifactId>
107-
<version>0.7.9</version>
107+
<version>0.8.4</version>
108108
<executions>
109109
<execution>
110110
<id>default-prepare-agent</id>
@@ -169,7 +169,10 @@
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-javadoc-plugin</artifactId>
172-
<version>3.0.0-M1</version>
172+
<version>3.1.1</version>
173+
<configuration>
174+
<source>1.8</source>
175+
</configuration>
173176
<executions>
174177
<execution>
175178
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)