Skip to content

Commit

Permalink
Update dependency com.amazonaws:aws-java-sdk-dynamodb to v1.11.995
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 8, 2021
1 parent 6069c78 commit 8eadd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -69,7 +69,7 @@ kotlin {
implementation("org.slf4j:slf4j-log4j12:1.7.30")
implementation("io.javalin:javalin:2.8.0")
implementation("com.github.kittinunf.fuel:fuel:2.3.1")
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.11.993")
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.11.995")
implementation("org.postgresql:postgresql:42.2.19")
implementation("com.zaxxer:HikariCP:3.4.5")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.0")
Expand Down
2 changes: 1 addition & 1 deletion games-server/build.gradle
Expand Up @@ -64,7 +64,7 @@ dependencies {
compile "com.github.lewik.klog:klog-jvm:$klog_version"
compile "io.javalin:javalin:2.8.0"
compile "com.github.kittinunf.fuel:fuel:2.3.1"
compile group: 'com.amazonaws', name: 'aws-java-sdk-dynamodb', version: '1.11.993'
compile group: 'com.amazonaws', name: 'aws-java-sdk-dynamodb', version: '1.11.995'
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.19'
compile 'com.zaxxer:HikariCP:3.4.5'
compile 'com.github.ben-manes.caffeine:caffeine:2.9.0'
Expand Down

0 comments on commit 8eadd1f

Please sign in to comment.