Skip to content

Commit

Permalink
Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Sep 26, 2024
1 parent ca8e741 commit 4eb635a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'java-library'
dependencies {
api project(':synapse-core:')

api "com.google.guava:guava:33.3.0-jre"
api "com.google.guava:guava:33.3.1-jre"
api "software.amazon.awssdk:auth"
api "software.amazon.awssdk:profiles"
api "software.amazon.awssdk:regions"
Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api project(':synapse-aws-auth:')

implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"
implementation "com.google.guava:guava:33.3.0-jre"
implementation "com.google.guava:guava:33.3.1-jre"
implementation "software.amazon.awssdk:kinesis"
implementation "software.amazon.awssdk:netty-nio-client"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':synapse-core:')
api project(':synapse-aws-auth:')

implementation "com.google.guava:guava:33.3.0-jre"
implementation "com.google.guava:guava:33.3.1-jre"
implementation "software.amazon.awssdk:sqs"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion synapse-compaction-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api project(':synapse-aws-auth:')

implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"
implementation "com.google.guava:guava:33.3.0-jre"
implementation "com.google.guava:guava:33.3.1-jre"
implementation "software.amazon.awssdk:s3"
implementation "software.amazon.awssdk:netty-nio-client"

Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configurations.configureEach {

dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api 'com.google.guava:guava:33.3.0-jre'
api 'com.google.guava:guava:33.3.1-jre'
api "org.springframework.boot:spring-boot"
api "org.springframework.boot:spring-boot-autoconfigure"

Expand Down

0 comments on commit 4eb635a

Please sign in to comment.