Skip to content

Commit 1285a8d

Browse files
authored
Bump junit to 4.13.2 and plugins to latest (#20)
1 parent da0f689 commit 1285a8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>junit</groupId>
6363
<artifactId>junit</artifactId>
64-
<version>4.13.1</version>
64+
<version>4.13.2</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-gpg-plugin</artifactId>
88-
<version>1.6</version>
88+
<version>3.2.7</version>
8989
<executions>
9090
<execution>
9191
<id>sign-artifacts</id>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-compiler-plugin</artifactId>
116-
<version>3.8.1</version>
116+
<version>3.14.0</version>
117117
<configuration>
118118
<source>1.8</source>
119119
<target>1.8</target>
@@ -122,7 +122,7 @@
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-source-plugin</artifactId>
125-
<version>3.1.0</version>
125+
<version>3.3.1</version>
126126
<executions>
127127
<execution>
128128
<id>attach-sources</id>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-javadoc-plugin</artifactId>
138-
<version>3.1.1</version>
138+
<version>3.11.2</version>
139139
<configuration>
140140
<show>public</show>
141141
<nohelp>true</nohelp>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.jacoco</groupId>
158158
<artifactId>jacoco-maven-plugin</artifactId>
159-
<version>0.8.6</version>
159+
<version>0.8.12</version>
160160
<executions>
161161
<execution>
162162
<goals>
@@ -176,14 +176,14 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-release-plugin</artifactId>
179-
<version>2.5.3</version>
179+
<version>3.1.0</version>
180180
</plugin>
181181

182182
<!-- Publish Javadoc using: 'mvn clean javadoc:javadoc scm-publish:publish-scm' -->
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-scm-publish-plugin</artifactId>
186-
<version>3.0.0</version>
186+
<version>3.3.0</version>
187187
<configuration>
188188
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
189189
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}</checkinComment>

0 commit comments

Comments
 (0)