Skip to content

Commit 883755f

Browse files
authored
Merge pull request #62 from reactiverse/may-2023-upgrades
May 2023 upgrades
2 parents d4ca149 + 60308b7 commit 883755f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Artifacts are published [here](https://search.maven.org/artifact/io.reactiverse/
1212

1313
| Project | Vert.x | AWS sdk |
1414
|---------|--------|----------|
15+
| 1.2.1 | 4.4.2 | 2.20.74 |
1516
| 1.2.0 | 4.4.0 | 2.20.2 |
1617
| 1.1.0 | 4.2.4 | 2.17.129 |
1718
| 1.0.0 | 4.0.0 | 2.15.45 |

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
val vertxVersion = "4.4.0"
2-
val awsSdkVersion = "2.20.22"
1+
val vertxVersion = "4.4.2"
2+
val awsSdkVersion = "2.20.74"
33
val junit5Version = "5.8.2"
44
val logbackVersion = "1.2.10"
55
val localstackVersion = "0.2.22"
66
val integrationOption = "tests.integration"
77

88
group = "io.reactiverse"
9-
version = "1.2.0"
9+
version = "1.2.1"
1010

1111
plugins {
1212
`java-library`

0 commit comments

Comments
 (0)