We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ca149 commit e1606cfCopy full SHA for e1606cf
build.gradle.kts
@@ -1,12 +1,12 @@
1
-val vertxVersion = "4.4.0"
2
-val awsSdkVersion = "2.20.22"
+val vertxVersion = "4.4.2"
+val awsSdkVersion = "2.20.74"
3
val junit5Version = "5.8.2"
4
val logbackVersion = "1.2.10"
5
val localstackVersion = "0.2.22"
6
val integrationOption = "tests.integration"
7
8
group = "io.reactiverse"
9
-version = "1.2.0"
+version = "1.2.1"
10
11
plugins {
12
`java-library`
0 commit comments