Skip to content

Commit

Permalink
fixed dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
smadappa committed May 11, 2020
1 parent ec852e5 commit 6bf62f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion evcache-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {
dependencies {
//compile project(':evcache-core')
compile group:"net.spy", name:"spymemcached", version:"2.11.4"
compile group:"com.netflix.evcache", name:"evcache-core", version:"5.13.1-rc.1"
compile group:"com.netflix.evcache", name:"evcache-core", version:"5.+"
compile group:"com.google.code.findbugs", name:"annotations", version:"latest.release"
compile group:"com.netflix.archaius", name:"archaius2-api", version:"latest.release"
compile group:"com.netflix.archaius", name:"archaius2-core", version:"latest.release"
Expand Down
1 change: 1 addition & 0 deletions evcache-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
compile group:"org.slf4j", name:"slf4j-api", version:"1.7.+"
compile group:"org.apache.httpcomponents", name:"httpclient", version:"latest.release"
compile group:"joda-time", name:"joda-time", version:"latest.release"
compile group:"javax.annotation", name:"javax.annotation-api", version:"latest.release"

testCompile group:"org.testng", name:"testng", version:"latest.release"
testCompile group:"com.beust", name:"jcommander", version:"1.72"
Expand Down

0 comments on commit 6bf62f9

Please sign in to comment.