From 489367d71008bbdc6e49986d85d5a8fbab23ab7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 12:42:29 +0000 Subject: [PATCH 1/4] 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83d4dbff43a9..82e333d3c496 100644 --- a/pom.xml +++ b/pom.xml @@ -693,7 +693,7 @@ under the License. eu.maveniverse.maven.mimir testing - 0.10.4 + 0.10.5 From 01e53fdf60afecca35e4ad64f06546432121be44 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 18 Nov 2025 21:30:31 +0100 Subject: [PATCH 2/4] Also upgrade mimir version used in GH workflow --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5f6d436cf2d8..d6194172a817 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.5 MIMIR_BASEDIR: ~/.mimir MIMIR_LOCAL: ~/.mimir/local MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/java_heapdump.hprof From 7401db66d2eb9b948ad00acb132438dd9d761411 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 10 Dec 2025 11:35:12 +0100 Subject: [PATCH 3/4] Apply suggestion from @cstamas --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d6194172a817..624736aaf35a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ concurrency: permissions: {} env: - MIMIR_VERSION: 0.10.5 + MIMIR_VERSION: 0.10.6 MIMIR_BASEDIR: ~/.mimir MIMIR_LOCAL: ~/.mimir/local MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/java_heapdump.hprof From 55753c6fe34b6861646a7963ed8050c6717d2aa9 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 10 Dec 2025 11:35:18 +0100 Subject: [PATCH 4/4] Apply suggestion from @cstamas --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82e333d3c496..cb9bde2992e6 100644 --- a/pom.xml +++ b/pom.xml @@ -693,7 +693,7 @@ under the License. eu.maveniverse.maven.mimir testing - 0.10.5 + 0.10.6