Skip to content

Commit

Permalink
Upgrade to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff.thorpe committed Jan 21, 2021
1 parent 63e1505 commit 0d5e249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ references:
TERM: xterm

environment:
NEO4J_VERSION: '4.1.5'
NEO4J_VERSION: '4.1.6'

workspace_root: &workspace_root ~/

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0d5e249

Please sign in to comment.