Skip to content

Commit 36373c9

Browse files
committed
Update dependencies
1 parent a8c3456 commit 36373c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>6.0.3</version>
49+
<version>6.1.1</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-surefire-plugin</artifactId>
59-
<version>3.5.5</version>
59+
<version>3.5.6</version>
6060
<configuration>
6161
<argLine>--enable-native-access=io.github.doblon8.openpnp.capture</argLine>
6262
</configuration>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-source-plugin</artifactId>
75-
<version>3.3.1</version>
75+
<version>3.4.0</version>
7676
<executions>
7777
<execution>
7878
<id>attach-sources</id>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.sonatype.central</groupId>
117117
<artifactId>central-publishing-maven-plugin</artifactId>
118-
<version>0.9.0</version>
118+
<version>0.11.0</version>
119119
<extensions>true</extensions>
120120
<configuration>
121121
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)