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.11.0 to 1.12.0.
- [Release notes](https://github.com/momentohq/client-sdk-java/releases)
- [Commits](v1.11.0...v1.12.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 Jun 27, 2024
1 parent a6b9f09 commit 5cc7449
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.11.0")
implementation("software.momento.java:sdk:1.12.1")

// 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.11.0")
implementation("software.momento.java:sdk:1.12.1")

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

Expand Down
2 changes: 1 addition & 1 deletion examples/lambda/docker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("com.amazonaws:aws-lambda-java-core:1.2.1")
implementation("software.momento.java:sdk:1.11.0")
implementation("software.momento.java:sdk:1.12.1")
}

tasks.jar {
Expand Down
2 changes: 1 addition & 1 deletion examples/token/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.11.0")
implementation("software.momento.java:sdk:1.12.1")

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

Expand Down
2 changes: 1 addition & 1 deletion examples/topic/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.11.0")
implementation("software.momento.java:sdk:1.12.1")

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

Expand Down

0 comments on commit 5cc7449

Please sign in to comment.