This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
commit 845617769a48d8a1ef6075df5a152750ff698e4b Author: Matthias Bünger <[email protected]> AuthorDate: Tue Jun 9 20:56:19 2026 +0200 Update Mimir version in 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 ae22ef636d..c56462b896 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ permissions: {} env: # Keep in sync with mimir testing version in pom.xml - MIMIR_VERSION: 0.11.4 + MIMIR_VERSION: 0.12.0 MIMIR_BASEDIR: ~/.mimir MIMIR_LOCAL: ~/.mimir/local MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/java_heapdump.hprof
