diff --git a/README.md b/README.md index b85107fbe..20abe95d9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ FakeExample().start() ```groovy dependencies { // install the platform... - implementation platform("org.http4k:http4k-connect-bom:5.4.0.0") + implementation platform("org.http4k:http4k-connect-bom:5.5.0.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 90d01ef55..1ab331b39 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "connect": { - "version": "5.4.0.0" + "version": "5.5.0.0" } }