Skip to content

Commit c5edb50

Browse files
committed
Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.2
1 parent 4fa867a commit c5edb50

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.codehaus.mojo</groupId>
9797
<artifactId>flatten-maven-plugin</artifactId>
98-
<version>1.7.1</version>
98+
<version>1.7.2</version>
9999
<configuration>
100100
<flattenMode>bom</flattenMode>
101101
</configuration>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.codehaus.mojo</groupId>
157157
<artifactId>flatten-maven-plugin</artifactId>
158-
<version>1.7.1</version>
158+
<version>1.7.2</version>
159159
<configuration>
160160
<flattenMode>ossrh</flattenMode>
161161
</configuration>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.codehaus.mojo</groupId>
215215
<artifactId>flatten-maven-plugin</artifactId>
216-
<version>1.7.1</version>
216+
<version>1.7.2</version>
217217
<configuration>
218218
<flattenMode>ossrh</flattenMode>
219219
</configuration>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.codehaus.mojo</groupId>
224224
<artifactId>flatten-maven-plugin</artifactId>
225-
<version>1.7.1</version>
225+
<version>1.7.2</version>
226226
<configuration>
227227
<flattenMode>ossrh</flattenMode>
228228
</configuration>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.codehaus.mojo</groupId>
216216
<artifactId>flatten-maven-plugin</artifactId>
217-
<version>1.7.1</version>
217+
<version>1.7.2</version>
218218
<configuration>
219219
<flattenMode>ossrh</flattenMode>
220220
</configuration>

0 commit comments

Comments
 (0)