Skip to content

Commit 4b178f2

Browse files
authored
Merge pull request #938 from CROSSINGTUD/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.2
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2
2 parents 61ee799 + 67cda15 commit 4b178f2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CryptoAnalysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-enforcer-plugin</artifactId>
307-
<version>3.6.1</version>
307+
<version>3.6.2</version>
308308
<executions>
309309
<!-- Override the skipTests execution from the parent pom -->
310310
<execution>

HeadlessAndroidScanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-enforcer-plugin</artifactId>
205-
<version>3.6.1</version>
205+
<version>3.6.2</version>
206206
<executions>
207207
<!-- Override the skipTests execution from the parent pom -->
208208
<execution>

HeadlessJavaScanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-enforcer-plugin</artifactId>
254-
<version>3.6.1</version>
254+
<version>3.6.2</version>
255255
<executions>
256256
<!-- Override the skipTests execution from the parent pom -->
257257
<execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-enforcer-plugin</artifactId>
231-
<version>3.6.1</version>
231+
<version>3.6.2</version>
232232
<executions>
233233
<execution>
234234
<id>enforce-skip-tests</id>

0 commit comments

Comments
 (0)