Skip to content

Commit 7f9fcd2

Browse files
committed
chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.4
1 parent 49151ee commit 7f9fcd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-deploy-plugin</artifactId>
50-
<version>3.1.2</version>
50+
<version>3.1.4</version>
5151
<configuration>
5252
<skip>true</skip>
5353
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-deploy-plugin</artifactId>
239-
<version>3.1.3</version>
239+
<version>3.1.4</version>
240240
<configuration>
241241
<skip>true</skip>
242242
</configuration>

0 commit comments

Comments
 (0)