Skip to content

Commit e1ae80c

Browse files
authored
update to aws-sdk 2.30.17 (#1177)
Pull in latest version with netty patch.
1 parent 22d4fba commit e1ae80c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dependencies.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ org.junit.jupiter:junit-jupiter-engine = 5.11.4
3030
org.slf4j:slf4j-api = 1.7.36
3131
org.slf4j:slf4j-nop = 1.7.36
3232
org.slf4j:slf4j-simple = 1.7.36
33-
software.amazon.awssdk:aws-core = 2.30.13
34-
software.amazon.awssdk:sdk-core = 2.30.13
33+
software.amazon.awssdk:aws-core = 2.30.17
34+
software.amazon.awssdk:sdk-core = 2.30.17

spectator-ext-aws2/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
dependencies {
2-
api project(":spectator-api")
3-
api "software.amazon.awssdk:sdk-core"
4-
5-
api project(":spectator-ext-ipc")
2+
implementation project(":spectator-api")
3+
implementation project(":spectator-ext-ipc")
64
implementation "software.amazon.awssdk:aws-core"
5+
api "software.amazon.awssdk:sdk-core"
76
}
87

98
jar {

0 commit comments

Comments
 (0)