Skip to content

Commit

Permalink
Merge pull request #62 from reactiverse/may-2023-upgrades
Browse files Browse the repository at this point in the history
May 2023 upgrades
  • Loading branch information
aesteve committed May 30, 2023
2 parents d4ca149 + 60308b7 commit 883755f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Artifacts are published [here](https://search.maven.org/artifact/io.reactiverse/

| Project | Vert.x | AWS sdk |
|---------|--------|----------|
| 1.2.1 | 4.4.2 | 2.20.74 |
| 1.2.0 | 4.4.0 | 2.20.2 |
| 1.1.0 | 4.2.4 | 2.17.129 |
| 1.0.0 | 4.0.0 | 2.15.45 |
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
val vertxVersion = "4.4.0"
val awsSdkVersion = "2.20.22"
val vertxVersion = "4.4.2"
val awsSdkVersion = "2.20.74"
val junit5Version = "5.8.2"
val logbackVersion = "1.2.10"
val localstackVersion = "0.2.22"
val integrationOption = "tests.integration"

group = "io.reactiverse"
version = "1.2.0"
version = "1.2.1"

plugins {
`java-library`
Expand Down

0 comments on commit 883755f

Please sign in to comment.