Skip to content

Commit

Permalink
Release 5.1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 24, 2023
1 parent 21297d7 commit 1a4a461
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 @@ -69,7 +69,7 @@ FakeExample().start()
```groovy
dependencies {
// install the platform...
implementation platform("org.http4k:http4k-connect-bom:5.1.6.1")
implementation platform("org.http4k:http4k-connect-bom:5.1.6.2")
// ...then choose a 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.1.6.1"
"version": "5.1.6.2"
}
}

0 comments on commit 1a4a461

Please sign in to comment.