Skip to content

Commit d3d55ee

Browse files
committed
updating version
1 parent 7a45fbc commit d3d55ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

micro-elasticache/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
apply plugin: 'groovy'
22
apply plugin: 'java'
3-
repositories {
4-
5-
maven { url "https://jitpack.io" }
6-
}
3+
repositories {}
74

85
description = 'micro-elasticache'
96
dependencies {
10-
compile group: 'com.amazonaws', name: 'aws-java-sdk-elasticache', version: '1.10.42'
7+
compile group: 'com.amazonaws', name: 'aws-java-sdk-elasticache', version: '1.11.126'
118
compile group: 'net.spy', name: 'spymemcached', version: '2.12.3'
129
compile project(':micro-core')
1310
compile project(':micro-guava')

0 commit comments

Comments
 (0)