Skip to content

Commit 16ad403

Browse files
build(deps): bump org.apache.maven.plugins:maven-deploy-plugin (#1647)
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7b2f7e commit 16ad403

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-deploy-plugin</artifactId>
51-
<version>3.1.1</version>
51+
<version>3.1.2</version>
5252
<configuration>
5353
<skip>true</skip>
5454
</configuration>

examples/powertools-examples-batch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-deploy-plugin</artifactId>
139-
<version>3.1.1</version>
139+
<version>3.1.2</version>
140140
<configuration>
141141
<skip>true</skip>
142142
</configuration>

examples/powertools-examples-cloudformation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-deploy-plugin</artifactId>
147-
<version>3.1.1</version>
147+
<version>3.1.2</version>
148148
<configuration>
149149
<skip>true</skip>
150150
</configuration>

examples/powertools-examples-core-utilities/cdk/app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-deploy-plugin</artifactId>
135-
<version>3.1.1</version>
135+
<version>3.1.2</version>
136136
<configuration>
137137
<skip>true</skip>
138138
</configuration>

examples/powertools-examples-core-utilities/cdk/infra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-deploy-plugin</artifactId>
37-
<version>3.1.1</version>
37+
<version>3.1.2</version>
3838
<configuration>
3939
<skip>true</skip>
4040
</configuration>

examples/powertools-examples-core-utilities/terraform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-deploy-plugin</artifactId>
121-
<version>3.1.1</version>
121+
<version>3.1.2</version>
122122
<configuration>
123123
<skip>true</skip>
124124
</configuration>

examples/powertools-examples-idempotency/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-deploy-plugin</artifactId>
179-
<version>3.1.1</version>
179+
<version>3.1.2</version>
180180
<configuration>
181181
<skip>true</skip>
182182
</configuration>

examples/powertools-examples-parameters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-deploy-plugin</artifactId>
111-
<version>3.1.1</version>
111+
<version>3.1.2</version>
112112
<configuration>
113113
<skip>true</skip>
114114
</configuration>

examples/powertools-examples-serialization/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-deploy-plugin</artifactId>
44-
<version>3.1.1</version>
44+
<version>3.1.2</version>
4545
<configuration>
4646
<skip>true</skip>
4747
</configuration>

examples/powertools-examples-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-deploy-plugin</artifactId>
109-
<version>3.1.1</version>
109+
<version>3.1.2</version>
110110
<configuration>
111111
<skip>true</skip>
112112
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<properties>
6767
<maven.compiler.source>1.8</maven.compiler.source>
6868
<maven.compiler.target>1.8</maven.compiler.target>
69-
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
69+
<maven.deploy.plugin.version>3.1.2</maven.deploy.plugin.version>
7070
<log4j.version>2.20.0</log4j.version>
7171
<log4j.version>2.23.1</log4j.version>
7272
<slf4j.version>2.0.7</slf4j.version>

0 commit comments

Comments
 (0)