Skip to content

Commit e55abfa

Browse files
committed
* Upgrade Vert.x to 4.4.0
* Upgrade AWS SDK to 2.1109
1 parent f47aafc commit e55abfa

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,11 +1,11 @@
1-
val vertxVersion = "4.2.4"
2-
val awsSdkVersion = "2.17.129"
1+
val vertxVersion = "4.4.0"
2+
val awsSdkVersion = "2.1109.0"
33
val junit5Version = "5.8.2"
44
val logbackVersion = "1.2.10"
55
val integrationOption = "tests.integration"
66

77
group = "io.reactiverse"
8-
version = "1.1.0"
8+
version = "1.2.0-SNAPSHOT"
99

1010
plugins {
1111
`java-library`

0 commit comments

Comments
 (0)