From a76ee9233edca14277be115558e574e2f914db25 Mon Sep 17 00:00:00 2001 From: David Denton Date: Thu, 24 Aug 2023 18:25:35 +0100 Subject: [PATCH] Release 5.1.6.1 --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63c7dc7ce..9a3d0bc9c 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.1.6.0") + implementation platform("org.http4k:http4k-connect-bom:5.1.6.1") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 6bb468b24..f2c6b7db0 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "5.1.6.0" + "version": "5.1.6.1" } }