Merge pull request #2391 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-deploy-plugin-3.1.2

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2
diff --git a/bom/pom.xml b/bom/pom.xml
index 90dd258..e67aef7 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2248,7 +2248,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>3.1.1</version>    <!--bumped-->
+                    <version>3.1.2</version>    <!--bumped-->
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -3222,7 +3222,7 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <version>3.1.1</version>
+                        <version>3.1.2</version>
                         <configuration>
                             <altDeploymentRepository>
                                 nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
diff --git a/pom.xml b/pom.xml
index e7d1eac..e2d8a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@
 				<plugins>
 					<plugin>
 						<artifactId>maven-deploy-plugin</artifactId>
-						<version>3.1.1</version>
+						<version>3.1.2</version>
 						<configuration>
 							<altDeploymentRepository>
 								nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
diff --git a/starters/pom.xml b/starters/pom.xml
index 2d1a076..0154609 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -472,7 +472,7 @@
 				<plugins>
 					<plugin>
 					    <artifactId>maven-deploy-plugin</artifactId>
-					    <version>3.1.1</version>
+					    <version>3.1.2</version>
 					    <configuration>
 					        <altDeploymentRepository>
 					            nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}