Skip to content

Commit e1606cf

Browse files
committed
fixes #61 : upgrades may 2023
1 parent d4ca149 commit e1606cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)