diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 38185b9..86e871a 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -64,7 +64,7 @@ jobs: python: - 3.11 plone: - - "6.0.0.1" + - "6.0.0.2" defaults: run: diff --git a/backend/Makefile b/backend/Makefile index e917c6c..05cc690 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.0.1 +PLONE_VERSION=6.0.0.2 ifndef LOG_LEVEL LOG_LEVEL=INFO