Skip to content

Commit 1095d13

Browse files
Update bordertech-parent dependencies
1 parent 218b9d3 commit 1095d13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-compiler-plugin</artifactId>
153-
<version>3.8.1</version>
153+
<version>3.9.0</version>
154154
</plugin>
155155

156156
<!-- Javadoc -->
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-javadoc-plugin</artifactId>
160-
<version>3.2.0</version>
160+
<version>3.3.1</version>
161161
<configuration>
162162
<archive>
163163
<manifestEntries>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-enforcer-plugin</artifactId>
189-
<version>3.0.0-M3</version>
189+
<version>3.0.0</version>
190190
<executions>
191191
<execution>
192192
<id>enforcer</id>
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>org.codehaus.mojo</groupId>
214214
<artifactId>extra-enforcer-rules</artifactId>
215-
<version>1.3</version>
215+
<version>1.5.1</version>
216216
</dependency>
217217
</dependencies>
218218
</plugin>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-gpg-plugin</artifactId>
271-
<version>1.6</version>
271+
<version>3.0.1</version>
272272
<executions>
273273
<execution>
274274
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)