Skip to content

Commit

Permalink
chore: Update the examples dependencies (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Sep 3, 2024
1 parent bc7ff0c commit 79d8819
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.1")
implementation("software.momento.java:sdk:1.14.2")

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

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

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

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

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

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

Expand Down

0 comments on commit 79d8819

Please sign in to comment.