Skip to content

Commit

Permalink
chore(deps): bump software.momento.java:sdk in /examples (#404)
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.14.2 to 1.17.0.
- [Release notes](https://github.com/momentohq/client-sdk-java/releases)
- [Commits](v1.14.2...v1.17.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent fef74a3 commit 7e4892b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.14.2")
implementation("software.momento.java:sdk:1.17.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.14.2")
implementation("software.momento.java:sdk:1.17.0")

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.14.2")
implementation("software.momento.java:sdk:1.17.0")
}

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

// Logging framework to log and enable logging in the Momento client.
implementation("ch.qos.logback:logback-classic:1.4.7")
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.14.2")
implementation("software.momento.java:sdk:1.17.0")

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.14.2")
implementation("software.momento.java:sdk:1.17.0")

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

Expand Down

0 comments on commit 7e4892b

Please sign in to comment.