From 7efc05c4fcfeb8adf5463be47ef11864140e1fc6 Mon Sep 17 00:00:00 2001 From: David Denton Date: Fri, 5 Jul 2024 13:28:12 +0100 Subject: [PATCH] Release 5.17.1.1 --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9640f3da..7ba5c6d49 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.17.1.0") + implementation platform("org.http4k:http4k-connect-bom:5.17.1.1") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index a3ce49822..c5ab596b7 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "connect": { - "version": "5.17.1.0" + "version": "5.17.1.1" } }