Skip to content

Commit

Permalink
Release 5.23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 25, 2024
1 parent fd42517 commit 773f67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.1.0"))
implementation(platform("org.http4k:http4k-connect-bom:5.23.0.0"))

// ...then choose an API Client
implementation("org.http4k:http4k-connect-amazon-s3")
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"connect": {
"version": "5.22.1.0"
"version": "5.23.0.0"
}
}

0 comments on commit 773f67b

Please sign in to comment.