File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
synapse-compaction-aws-s3 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'java-library'
3
3
dependencies {
4
4
api project(' :synapse-core:' )
5
5
6
- api " com.google.guava:guava:33.1 .0-jre"
6
+ api " com.google.guava:guava:33.3 .0-jre"
7
7
api " software.amazon.awssdk:auth"
8
8
api " software.amazon.awssdk:profiles"
9
9
api " software.amazon.awssdk:regions"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
api project(' :synapse-aws-auth:' )
6
6
7
7
implementation " jakarta.annotation:jakarta.annotation-api:3.0.0"
8
- implementation " com.google.guava:guava:33.1 .0-jre"
8
+ implementation " com.google.guava:guava:33.3 .0-jre"
9
9
implementation " software.amazon.awssdk:kinesis"
10
10
implementation " software.amazon.awssdk:netty-nio-client"
11
11
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :synapse-core:' )
5
5
api project(' :synapse-aws-auth:' )
6
6
7
- implementation " com.google.guava:guava:33.1 .0-jre"
7
+ implementation " com.google.guava:guava:33.3 .0-jre"
8
8
implementation " software.amazon.awssdk:sqs"
9
9
implementation " jakarta.annotation:jakarta.annotation-api:3.0.0"
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
api project(' :synapse-aws-auth:' )
6
6
7
7
implementation " jakarta.annotation:jakarta.annotation-api:3.0.0"
8
- implementation " com.google.guava:guava:33.1 .0-jre"
8
+ implementation " com.google.guava:guava:33.3 .0-jre"
9
9
implementation " software.amazon.awssdk:s3"
10
10
implementation " software.amazon.awssdk:netty-nio-client"
11
11
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ configurations.configureEach {
8
8
9
9
dependencies {
10
10
// This dependency is exported to consumers, that is to say found on their compile classpath.
11
- api ' com.google.guava:guava:33.1 .0-jre'
11
+ api ' com.google.guava:guava:33.3 .0-jre'
12
12
api " org.springframework.boot:spring-boot"
13
13
api " org.springframework.boot:spring-boot-autoconfigure"
14
14
You can’t perform that action at this time.
0 commit comments