diff --git a/README.md b/README.md index 5f92b3c7e..c34e46308 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.2.0")) + implementation(platform("org.http4k:http4k-connect-bom:5.25.0.0")) // ...then choose an API Client implementation("org.http4k:http4k-connect-amazon-s3") diff --git a/version.json b/version.json index 8f7c34e46..11a1d7e4f 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "5.24.2.0" + "version": "5.25.0.0" } }