File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 1- val vertxVersion = " 4.4.0 "
2- val awsSdkVersion = " 2.20.22 "
1+ val vertxVersion = " 4.4.2 "
2+ val awsSdkVersion = " 2.20.74 "
33val junit5Version = " 5.8.2"
44val logbackVersion = " 1.2.10"
55val localstackVersion = " 0.2.22"
66val integrationOption = " tests.integration"
77
88group = " io.reactiverse"
9- version = " 1.2.0 "
9+ version = " 1.2.1 "
1010
1111plugins {
1212 `java- library`
You can’t perform that action at this time.
0 commit comments