Skip to content

Commit ec17668

Browse files
chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0 (#8098)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.5.1...3.6.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba99413 commit ec17668

File tree

3 files changed

+3
-3
lines changed
  • vaadin-aura-theme-flow-parent/vaadin-aura-theme-flow
  • vaadin-charts-flow-parent/vaadin-charts-flow-svg-generator
  • vaadin-lumo-theme-flow-parent/vaadin-lumo-theme-flow

3 files changed

+3
-3
lines changed

vaadin-aura-theme-flow-parent/vaadin-aura-theme-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>exec-maven-plugin</artifactId>
25-
<version>3.5.1</version>
25+
<version>3.6.0</version>
2626
<executions>
2727
<execution>
2828
<id>copy-theme-distribution</id>

vaadin-charts-flow-parent/vaadin-charts-flow-svg-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.codehaus.mojo</groupId>
3838
<artifactId>exec-maven-plugin</artifactId>
39-
<version>3.5.1</version>
39+
<version>3.6.0</version>
4040
<executions>
4141
<execution>
4242
<id>npm-install</id>

vaadin-lumo-theme-flow-parent/vaadin-lumo-theme-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.codehaus.mojo</groupId>
3232
<artifactId>exec-maven-plugin</artifactId>
33-
<version>3.5.1</version>
33+
<version>3.6.0</version>
3434
<executions>
3535
<execution>
3636
<id>copy-theme-distribution</id>

0 commit comments

Comments
 (0)