Skip to content

Commit 971225d

Browse files
chore(deps): bump org.codehaus.mojo:exec-maven-plugin (#774)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.2.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin 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 944def7 commit 971225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transaction-analyzer/kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.codehaus.mojo</groupId>
110110
<artifactId>exec-maven-plugin</artifactId>
111-
<version>3.1.0</version>
111+
<version>3.2.0</version>
112112
<configuration>
113113
<mainClass>MainKt</mainClass>
114114
</configuration>

0 commit comments

Comments
 (0)