File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ org.junit.jupiter:junit-jupiter-engine = 5.11.4
30
30
org.slf4j :slf4j-api = 1.7.36
31
31
org.slf4j :slf4j-nop = 1.7.36
32
32
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
Original file line number Diff line number Diff line change 1
1
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" )
6
4
implementation " software.amazon.awssdk:aws-core"
5
+ api " software.amazon.awssdk:sdk-core"
7
6
}
8
7
9
8
jar {
You can’t perform that action at this time.
0 commit comments