From 0d5e24925b0eed0ba48c3333f10c2211cfb916e4 Mon Sep 17 00:00:00 2001 From: "geoff.thorpe" Date: Thu, 21 Jan 2021 13:35:51 +0000 Subject: [PATCH] Upgrade to 4.1.6 --- .circleci/config.yml | 2 +- Makefile | 2 +- docker-compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb0f73b98..9c6c3c226 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ references: TERM: xterm environment: - NEO4J_VERSION: '4.1.5' + NEO4J_VERSION: '4.1.6' workspace_root: &workspace_root ~/ diff --git a/Makefile b/Makefile index ef038bac4..6ec7c64dc 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ node_modules/@financial-times/rel-engage/index.mk: # --------------------------- LOCAL_BOLT_URL=neo4j://localhost:7687 BIZ_OPS_BOLT_URL=${NEO4J_BOLT_URL} -NEO4J_VERSION=4.1.5 +NEO4J_VERSION=4.1.6 PRODUCT_NAME=biz-ops PROJECT_NAME=biz-ops-api diff --git a/docker-compose.yaml b/docker-compose.yaml index 79d5d4b89..b34396b83 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3' services: neo4j: - image: neo4j:4.1.5 + image: neo4j:4.1.6 environment: - NEO4J_dbms_logs_query_enabled=VERBOSE - NEO4J_AUTH=none