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/
12
12
13
13
| Project | Vert.x | AWS sdk |
14
14
| ---------| --------| ----------|
15
+ | 1.2.1 | 4.4.2 | 2.20.74 |
15
16
| 1.2.0 | 4.4.0 | 2.20.2 |
16
17
| 1.1.0 | 4.2.4 | 2.17.129 |
17
18
| 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 "
3
3
val junit5Version = " 5.8.2"
4
4
val logbackVersion = " 1.2.10"
5
5
val localstackVersion = " 0.2.22"
6
6
val integrationOption = " tests.integration"
7
7
8
8
group = " io.reactiverse"
9
- version = " 1.2.0 "
9
+ version = " 1.2.1 "
10
10
11
11
plugins {
12
12
`java- library`
You can’t perform that action at this time.
0 commit comments