From 74a0f187e87a3fda68249fa229fa2761d9cbf8e8 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Thu, 20 Feb 2025 10:04:07 +0000 Subject: [PATCH] Upgrade to 2.7.1.160 --- CONST_create_template/ci/requirements.txt | 1 + CONST_create_template/env.default | 2 +- CONST_create_template/geoportal/webpack.apps.js | 2 +- ci/requirements.txt | 1 + env.default | 2 +- geoportal/webpack.apps.js | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONST_create_template/ci/requirements.txt b/CONST_create_template/ci/requirements.txt index 837b00a5b..557054221 100644 --- a/CONST_create_template/ci/requirements.txt +++ b/CONST_create_template/ci/requirements.txt @@ -1 +1,2 @@ c2cciutils==1.1.* +cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index cd2dce931..433249df4 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.159 +GEOMAPFISH_VERSION=2.7.1.160 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index 48a7a6ff7..00a26270a 100644 --- a/CONST_create_template/geoportal/webpack.apps.js +++ b/CONST_create_template/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.7.1.159', + version: '2.7.1.160', cache_version: '${CACHE_VERSION}', }, }) diff --git a/ci/requirements.txt b/ci/requirements.txt index 837b00a5b..557054221 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1 +1,2 @@ c2cciutils==1.1.* +cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/env.default b/env.default index cd2dce931..433249df4 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.159 +GEOMAPFISH_VERSION=2.7.1.160 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index 48a7a6ff7..00a26270a 100644 --- a/geoportal/webpack.apps.js +++ b/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.7.1.159', + version: '2.7.1.160', cache_version: '${CACHE_VERSION}', }, })