From 92ca4186603270e1c1d5952daf683ffa0301ce1f Mon Sep 17 00:00:00 2001 From: David Denton Date: Thu, 23 May 2024 18:21:41 +0200 Subject: [PATCH] Release 5.14.0.0 --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e112f1e1..2abc023f4 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.13.0.0") + implementation platform("org.http4k:http4k-connect-bom:5.14.0.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 266a163c6..430809c67 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "connect": { - "version": "5.13.0.0" + "version": "5.14.0.0" } }