Skip to content

Commit 7234471

Browse files
committed
junit and plugin versions
1 parent 06afa2f commit 7234471

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
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>junit</groupId>
4848
<artifactId>junit</artifactId>
49-
<version>4.12</version>
49+
<version>4.13</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-source-plugin</artifactId>
59-
<version>3.1.0</version>
59+
<version>3.2.1</version>
6060
<executions>
6161
<execution>
6262
<id>attach-sources</id>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-javadoc-plugin</artifactId>
72-
<version>3.1.1</version>
72+
<version>3.2.0</version>
7373
<executions>
7474
<execution>
7575
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)