Skip to content

Commit

Permalink
chore(deps): bump software.momento.java:sdk in /examples
Browse files Browse the repository at this point in the history
Bumps [software.momento.java:sdk](https://github.com/momentohq/client-sdk-java) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/momentohq/client-sdk-java/releases)
- [Commits](v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: software.momento.java:sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 8a8ffd6 commit 1c17d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cache-with-aws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("software.momento.java:sdk:1.0.0")
implementation("software.momento.java:sdk:1.1.0")

// For examples to store secrets in AWS Secrets Manager
implementation("software.amazon.awssdk:secretsmanager:2.20.93")
Expand Down
2 changes: 1 addition & 1 deletion examples/cache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("software.momento.java:sdk:1.0.0")
implementation("software.momento.java:sdk:1.1.0")

implementation("com.google.guava:guava:31.1-android")

Expand Down

0 comments on commit 1c17d1f

Please sign in to comment.