Skip to content

Commit a22fbbe

Browse files
Update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.3 (#6107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0e147 commit a22fbbe

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
<plugin>
366366
<groupId>org.codehaus.mojo</groupId>
367367
<artifactId>exec-maven-plugin</artifactId>
368-
<version>3.6.2</version>
368+
<version>3.6.3</version>
369369
</plugin>
370370
<plugin>
371371
<groupId>org.codehaus.mojo</groupId>

sonar-plugin/bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.codehaus.mojo</groupId>
125125
<artifactId>exec-maven-plugin</artifactId>
126-
<version>3.6.2</version>
126+
<version>3.6.3</version>
127127
<executions>
128128
<execution>
129129
<id>Clean the npm dependencies</id>

sonar-plugin/coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>
7171
<artifactId>exec-maven-plugin</artifactId>
72-
<version>3.6.2</version>
72+
<version>3.6.3</version>
7373
<executions>
7474
<execution>
7575
<id>Clean the Java Coverage folder</id>

sonar-plugin/javascript-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.codehaus.mojo</groupId>
7575
<artifactId>exec-maven-plugin</artifactId>
76-
<version>3.6.2</version>
76+
<version>3.6.3</version>
7777
<executions>
7878
<execution>
7979
<id>Clean the Rule Data</id>

sonar-plugin/sonar-javascript-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.codehaus.mojo</groupId>
155155
<artifactId>exec-maven-plugin</artifactId>
156-
<version>3.6.2</version>
156+
<version>3.6.3</version>
157157
<executions>
158158
<execution>
159159
<id>Generate Node.js properties node-info.properties</id>

0 commit comments

Comments
 (0)