Skip to content

Commit c4ebcdc

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.3 (#2001)
1 parent 63afd35 commit c4ebcdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
</plugin>
313313
<plugin>
314314
<artifactId>maven-deploy-plugin</artifactId>
315-
<version>3.1.2</version>
315+
<version>3.1.3</version>
316316
</plugin>
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-deploy-plugin</artifactId>
41-
<version>3.1.2</version>
41+
<version>3.1.3</version>
4242
<configuration>
4343
<skip>true</skip>
4444
</configuration>

0 commit comments

Comments
 (0)