Skip to content

Commit 0fcbf0b

Browse files
committed
Update dependencies and plugins in POM
1 parent f56e695 commit 0fcbf0b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838

3939
<build>
4040
<plugins>
41+
<!-- check for updates with mvn versions:display-dependency-updates -->
42+
<plugin>
43+
<groupId>org.codehaus.mojo</groupId>
44+
<artifactId>versions-maven-plugin</artifactId>
45+
<version>2.7</version>
46+
</plugin>
4147
<plugin>
4248
<groupId>org.apache.maven.plugins</groupId>
4349
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -49,7 +55,7 @@
4955
<dependency>
5056
<groupId>com.puppycrawl.tools</groupId>
5157
<artifactId>checkstyle</artifactId>
52-
<version>8.11</version>
58+
<version>8.16</version>
5359
</dependency>
5460
</dependencies>
5561
</plugin>
@@ -128,7 +134,7 @@
128134
<plugin>
129135
<groupId>org.jacoco</groupId>
130136
<artifactId>jacoco-maven-plugin</artifactId>
131-
<version>0.8.1</version>
137+
<version>0.8.3</version>
132138
<executions>
133139
<execution>
134140
<id>prepare-agent</id>
@@ -146,7 +152,7 @@
146152
<plugin>
147153
<groupId>org.apache.maven.plugins</groupId>
148154
<artifactId>maven-jarsigner-plugin</artifactId>
149-
<version>1.4</version>
155+
<version>3.0.0</version>
150156
<executions>
151157
<execution>
152158
<id>sign</id>
@@ -166,7 +172,7 @@
166172
<plugin>
167173
<groupId>net.nicoulaj.maven.plugins</groupId>
168174
<artifactId>checksum-maven-plugin</artifactId>
169-
<version>1.6</version>
175+
<version>1.8</version>
170176
<executions>
171177
<execution>
172178
<goals>
@@ -198,7 +204,7 @@
198204
<dependency>
199205
<groupId>org.apache.commons</groupId>
200206
<artifactId>commons-lang3</artifactId>
201-
<version>3.7</version>
207+
<version>3.8.1</version>
202208
<scope>test</scope>
203209
</dependency>
204210
<dependency>
@@ -210,7 +216,7 @@
210216
<dependency>
211217
<groupId>at.favre.lib</groupId>
212218
<artifactId>bytes</artifactId>
213-
<version>0.4.6</version>
219+
<version>0.8.0</version>
214220
<scope>test</scope>
215221
</dependency>
216222
</dependencies>

0 commit comments

Comments
 (0)