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 9f8abab commit 665729fCopy full SHA for 665729f
1 file changed
pom.xml
@@ -29,7 +29,7 @@
29
<plugin>
30
<groupId>org.apache.maven.plugins</groupId>
31
<artifactId>maven-javadoc-plugin</artifactId>
32
- <version>3.6.3</version>
+ <version>3.12.0</version>
33
<executions>
34
<execution>
35
<id>attach-javadocs</id>
@@ -42,7 +42,7 @@
42
43
44
<artifactId>maven-source-plugin</artifactId>
45
- <version>3.3.0</version>
+ <version>3.4.0</version>
46
47
48
<id>attach-sources</id>
@@ -55,7 +55,7 @@
55
56
<groupId>org.jacoco</groupId>
57
<artifactId>jacoco-maven-plugin</artifactId>
58
- <version>0.8.13</version>
+ <version>0.8.14</version>
59
60
61
<id>prepare-agent</id>
0 commit comments