Skip to content

Commit 3f36df4

Browse files
authored
feat: Update bolt to 7.1.4 (#240)
1 parent 8a37c08 commit 3f36df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/http-factory": "^1.0",
2929
"psr/http-client": "^1.0",
3030
"php-http/message": "^1.0",
31-
"stefanak-michal/bolt": "^7.0.1",
31+
"stefanak-michal/bolt": "^7.1.4",
3232
"symfony/polyfill-php80": "^1.2",
3333
"psr/simple-cache": ">=2.0",
3434
"ext-json": "*",

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
condition: service_healthy
5555
neo4j:
5656
<<: *common
57-
image: neo4j:5.20-community
57+
image: neo4j:5.23-community
5858
hostname: neo4j
5959
networks:
6060
- neo4j

0 commit comments

Comments
 (0)