This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new d94feaca33 Bump eu.maveniverse.maven.mimir:testing from 0.10.4 to
0.10.5 (#11412)
d94feaca33 is described below
commit d94feaca3376f49c278cb8f5c60db83059843235
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 11:36:37 2025 +0100
Bump eu.maveniverse.maven.mimir:testing from 0.10.4 to 0.10.5 (#11412)
* Bump eu.maveniverse.maven.mimir:testing from 0.10.4 to 0.10.5
Bumps
[eu.maveniverse.maven.mimir:testing](https://github.com/maveniverse/mimir) from
0.10.4 to 0.10.5.
- [Release notes](https://github.com/maveniverse/mimir/releases)
-
[Commits](https://github.com/maveniverse/mimir/compare/release-0.10.4...release-0.10.5)
---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.mimir:testing
dependency-version: 0.10.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Also upgrade mimir version used in GH workflow
* Apply suggestion from @cstamas
* Apply suggestion from @cstamas
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Nodet <[email protected]>
Co-authored-by: Tamas Cservenak <[email protected]>
---
.github/workflows/maven.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3276eeb537..f431be9469 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ concurrency:
permissions: {}
env:
- MIMIR_VERSION: 0.10.4
+ MIMIR_VERSION: 0.10.6
MIMIR_BASEDIR: ~/.mimir
MIMIR_LOCAL: ~/.mimir/local
MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=./target/java_heapdump.hprof
diff --git a/pom.xml b/pom.xml
index 5f469a5a77..283378a3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -684,7 +684,7 @@ under the License.
<dependency>
<groupId>eu.maveniverse.maven.mimir</groupId>
<artifactId>testing</artifactId>
- <version>0.10.4</version>
+ <version>0.10.6</version>
</dependency>
</dependencies>
<!--bootstrap-start-comment-->