From 33e258bd3b7c77a690961f585ae9d548b5798479 Mon Sep 17 00:00:00 2001 From: David Denton Date: Tue, 9 Jul 2024 18:20:10 +0100 Subject: [PATCH] Release 5.18.0.0 --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb2462e8e..b35f38603 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ FakeExample().start() ```groovy dependencies { // install the platform... - implementation platform("org.http4k:http4k-connect-bom:5.17.1.1") + implementation platform("org.http4k:http4k-connect-bom:5.18.0.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index c5ab596b7..62f62f62c 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "connect": { - "version": "5.17.1.1" + "version": "5.18.0.0" } }