Skip to content

Commit 58a5cfa

Browse files
build(deps): bump org.codehaus.mojo:build-helper-maven-plugin (#4683)
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.5.0...3.6.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ba754a commit 58a5cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.codehaus.mojo</groupId>
129129
<artifactId>build-helper-maven-plugin</artifactId>
130-
<version>3.5.0</version>
130+
<version>3.6.0</version>
131131
<executions>
132132
<execution>
133133
<id>addSource</id>

operator/model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.codehaus.mojo</groupId>
6464
<artifactId>build-helper-maven-plugin</artifactId>
65-
<version>3.5.0</version>
65+
<version>3.6.0</version>
6666
<executions>
6767
<execution>
6868
<id>addSource</id>

0 commit comments

Comments
 (0)