Skip to content

Commit e2bc7e6

Browse files
Update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0
1 parent da70afe commit e2bc7e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ SOFTWARE.
142142
<plugin>
143143
<groupId>org.codehaus.mojo</groupId>
144144
<artifactId>exec-maven-plugin</artifactId>
145-
<version>3.1.0</version>
145+
<version>3.5.0</version>
146146
<executions>
147147
<execution>
148148
<phase>verify</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ SOFTWARE.
9696
<plugin>
9797
<groupId>org.codehaus.mojo</groupId>
9898
<artifactId>exec-maven-plugin</artifactId>
99-
<version>3.1.0</version>
99+
<version>3.5.0</version>
100100
<executions>
101101
<execution>
102102
<phase>verify</phase>

transpiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ SOFTWARE.
151151
<plugin>
152152
<groupId>org.codehaus.mojo</groupId>
153153
<artifactId>exec-maven-plugin</artifactId>
154-
<version>3.1.0</version>
154+
<version>3.5.0</version>
155155
<executions>
156156
<execution>
157157
<phase>verify</phase>

0 commit comments

Comments
 (0)