Skip to content

Commit 0ececab

Browse files
authored
bump dependencies (#62)
1 parent 0ce08c0 commit 0ececab

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
@@ -41,19 +41,19 @@
4141
<dependency>
4242
<groupId>org.junit.platform</groupId>
4343
<artifactId>junit-platform-commons</artifactId>
44-
<version>1.7.0</version>
44+
<version>1.9.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter</artifactId>
50-
<version>5.7.0</version>
50+
<version>5.9.2</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.junit.jupiter</groupId>
5555
<artifactId>junit-jupiter-params</artifactId>
56-
<version>5.7.0</version>
56+
<version>5.9.2</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>
@@ -70,12 +70,12 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-surefire-plugin</artifactId>
73-
<version>2.22.1</version>
73+
<version>2.22.2</version>
7474
</plugin>
7575
<plugin>
7676
<groupId>org.sonatype.plugins</groupId>
7777
<artifactId>nexus-staging-maven-plugin</artifactId>
78-
<version>1.6.8</version>
78+
<version>1.6.13</version>
7979
<extensions>true</extensions>
8080
<configuration>
8181
<serverId>ossrh</serverId>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-source-plugin</artifactId>
97-
<version>3.0.1</version>
97+
<version>3.2.1</version>
9898
<executions>
9999
<execution>
100100
<id>attach-sources</id>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-javadoc-plugin</artifactId>
110-
<version>3.2.0</version>
110+
<version>3.4.1</version>
111111
<executions>
112112
<execution>
113113
<id>attach-javadocs</id>
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-gpg-plugin</artifactId>
123-
<version>1.5</version>
123+
<version>3.0.1</version>
124124
<executions>
125125
<execution>
126126
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)