Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.0")
implementation("software.momento.java:sdk:1.23.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.23.0")
implementation("software.momento.java:sdk:1.23.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.23.0")
implementation("software.momento.java:sdk:1.23.1")
}

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

// 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.23.0")
implementation("software.momento.java:sdk:1.23.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.23.0")
implementation("software.momento.java:sdk:1.23.1")

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

Expand Down
Loading