diff --git a/README.md b/README.md index 209d2255..81d51bd1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Although convenient, many API Client libraries introduce many heavyweight depend ```kotlin dependencies { // install the platform... - implementation(platform("org.http4k:http4k-connect-bom:5.21.0.0")) + implementation(platform("org.http4k:http4k-connect-bom:5.22.0.00")) // ...then choose an API Client implementation("org.http4k:http4k-connect-amazon-s3") diff --git a/version.json b/version.json index 6ca35544..502f6473 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "5.21.0.0" + "version": "5.22.0.00" } }