diff --git a/README.md b/README.md index 0cdd621c..c212a5da 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.24.0.0")) + implementation(platform("org.http4k:http4k-connect-bom:5.24.1.0")) // ...then choose an API Client implementation("org.http4k:http4k-connect-amazon-s3") diff --git a/version.json b/version.json index b19d041d..bfa2b8ed 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "5.24.0.0" + "version": "5.24.1.0" } }