From fcd4d64068043e7cf53aeca7784b9bd4da0d0ef8 Mon Sep 17 00:00:00 2001 From: David Denton Date: Sat, 19 Dec 2020 13:24:25 +0000 Subject: [PATCH] upgrade --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2886b553b..1be5d9ee2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ FakeExample().start() ```groovy dependencies { // install the platform... - implementation platform("org.http4k:http4k-connect-bom:2.2.1.0") + implementation platform("org.http4k:http4k-connect-bom:2.2.2.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 61b5b7d07..9d8c37d06 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "2.2.1.0" + "version": "2.2.2.0" } }