Skip to content

Commit 665729f

Browse files
committed
Update plugins
1 parent 9f8abab commit 665729f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-javadoc-plugin</artifactId>
32-
<version>3.6.3</version>
32+
<version>3.12.0</version>
3333
<executions>
3434
<execution>
3535
<id>attach-javadocs</id>
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-source-plugin</artifactId>
45-
<version>3.3.0</version>
45+
<version>3.4.0</version>
4646
<executions>
4747
<execution>
4848
<id>attach-sources</id>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.jacoco</groupId>
5757
<artifactId>jacoco-maven-plugin</artifactId>
58-
<version>0.8.13</version>
58+
<version>0.8.14</version>
5959
<executions>
6060
<execution>
6161
<id>prepare-agent</id>

0 commit comments

Comments
 (0)