This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new af59f66 Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
(#342)
af59f66 is described below
commit af59f6694455c0bd4d3b638c2ae19d9793fef417
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 12:08:48 2025 +0100
Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 (#342)
* Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
Bumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm)
from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/mojohaus/mrm/releases)
- [Commits](https://github.com/mojohaus/mrm/compare/1.6.0...1.7.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:mrm-maven-plugin
dependency-version: 1.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Remove not used mockRepo
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5dd97c..f54665d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0</version>
<executions>
<execution>
<id>repository</id>
@@ -297,9 +297,6 @@
</goals>
<configuration>
<repositories>
- <mockRepo>
- <source>src/it/mrm/repository</source>
- </mockRepo>
<proxyRepo />
</repositories>
</configuration>