diff options
author | dependabot[bot] | 2023-11-22 20:26:22 +0000 |
---|---|---|
committer | vitalyster | 2023-11-22 23:42:12 +0300 |
commit | db35e0ffa2836ccd4186d2d3518c7f8080d258ea (patch) | |
tree | c79dceca6a706786e71b441c8ea2d8f92844b187 | |
parent | cbe520ca2bd73a4e281105ca8579645c8786b080 (diff) |
build(deps): bump org.codehaus.mojo:exec-maven-plugin
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.1.0...3.1.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1</version> <executions> <execution> <id>npm install</id> |