Skip to content

Commit cacb48b

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.4 (#1104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff1be0a commit cacb48b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

github_action/lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6967,9 +6967,9 @@
69676967
{
69686968
"groupId": "org.apache.maven.plugins",
69696969
"artifactId": "maven-deploy-plugin",
6970-
"version": "3.1.3",
6970+
"version": "3.1.4",
69716971
"checksumAlgorithm": "SHA-256",
6972-
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
6972+
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650"
69736973
},
69746974
{
69756975
"groupId": "org.cyclonedx",

github_action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-deploy-plugin</artifactId>
226-
<version>3.1.3</version>
226+
<version>3.1.4</version>
227227
</plugin>
228228
</plugins>
229229
</build>

lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
{
3737
"groupId": "org.apache.maven.plugins",
3838
"artifactId": "maven-deploy-plugin",
39-
"version": "3.1.3",
39+
"version": "3.1.4",
4040
"checksumAlgorithm": "SHA-256",
41-
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
41+
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650"
4242
},
4343
{
4444
"groupId": "org.cyclonedx",

maven_plugin/lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,9 +2343,9 @@
23432343
{
23442344
"groupId": "org.apache.maven.plugins",
23452345
"artifactId": "maven-deploy-plugin",
2346-
"version": "3.1.3",
2346+
"version": "3.1.4",
23472347
"checksumAlgorithm": "SHA-256",
2348-
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
2348+
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650"
23492349
},
23502350
{
23512351
"groupId": "org.apache.maven.plugins",

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-deploy-plugin</artifactId>
287-
<version>3.1.3</version>
287+
<version>3.1.4</version>
288288
</plugin>
289289
</plugins>
290290
</build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-deploy-plugin</artifactId>
101-
<version>3.1.3</version>
101+
<version>3.1.4</version>
102102
</plugin>
103103
<plugin>
104104
<groupId>org.codehaus.gmavenplus</groupId>

0 commit comments

Comments
 (0)