Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74586e6

Browse files
committed
upgraded some plugins and dependencies
1 parent f955268 commit 74586e6

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
@@ -65,13 +65,13 @@
6565
<dependency>
6666
<groupId>org.junit.jupiter</groupId>
6767
<artifactId>junit-jupiter</artifactId>
68-
<version>5.7.1</version>
68+
<version>5.11.3</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.assertj</groupId>
7373
<artifactId>assertj-core</artifactId>
74-
<version>3.19.0</version>
74+
<version>3.26.3</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-release-plugin</artifactId>
84-
<version>2.5.3</version>
84+
<version>3.1.1</version>
8585
<configuration>
8686
<localCheckout>true</localCheckout>
8787
<pushChanges>false</pushChanges>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.felix</groupId>
9393
<artifactId>maven-bundle-plugin</artifactId>
94-
<version>3.3.0</version>
94+
<version>3.5.1</version>
9595
<executions>
9696
<execution>
9797
<id>bundle-manifest</id>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-javadoc-plugin</artifactId>
108-
<version>3.1.1</version>
108+
<version>3.11.1</version>
109109
<configuration>
110110
<additionalparam>${javadoc.opts}</additionalparam>
111111
<doclint>none</doclint>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-checkstyle-plugin</artifactId>
125-
<version>3.1.0</version>
125+
<version>3.6.0</version>
126126
<executions>
127127
<execution>
128128
<id>verify-style</id>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-surefire-plugin</artifactId>
179-
<version>3.0.0-M4</version>
179+
<version>3.5.2</version>
180180
<configuration>
181181
<excludes>
182182
<exclude>**/LR*.java</exclude>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-gpg-plugin</artifactId>
202-
<version>1.6</version>
202+
<version>3.2.7</version>
203203
<executions>
204204
<execution>
205205
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)