From 7826ea976ecf5d5e94fbd8b053bd460ecc2773c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:13:32 +0000 Subject: [PATCH 1/2] Update dependency org.codehaus.plexus:plexus-archiver to v4.10.3 --- maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index d248408..54e72de 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -41,7 +41,7 @@ org.codehaus.plexus plexus-archiver - 4.10.1 + 4.10.3 org.tukaani From 890b88812e0bb7cc4818683c6461fb6e04f50057 Mon Sep 17 00:00:00 2001 From: Michal Zgliczynski Date: Thu, 9 Oct 2025 11:19:48 +0200 Subject: [PATCH 2/2] increasae memory --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ade0f65..220b419 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ build_task: eks_container: <<: *CONTAINER_DEFINITION cpu: 2 - memory: 2G + memory: 10G env: DEPLOY_PULL_REQUEST: "true" SONAR_TOKEN: VAULT[development/kv/data/next data.token]