diff --git a/README.md b/README.md index 72427cdde..2143bf9c4 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.6.9.0") + implementation platform("org.http4k:http4k-connect-bom:5.6.10.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 846d8d020..918140293 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "connect": { - "version": "5.6.9.0" + "version": "5.6.10.0" } }