File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The pusher-java-client is available in Maven Central.
5151 <dependency >
5252 <groupId >com.pusher</groupId >
5353 <artifactId >pusher-java-client</artifactId >
54- <version >1.6.1 </version >
54+ <version >1.7.0 </version >
5555 </dependency >
5656</dependencies >
5757```
@@ -60,7 +60,7 @@ The pusher-java-client is available in Maven Central.
6060
6161``` groovy
6262dependencies {
63- compile 'com.pusher:pusher-java-client:1.6.1 '
63+ compile 'com.pusher:pusher-java-client:1.7.0 '
6464}
6565```
6666
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121apply plugin : ' signing'
2222
2323group = " com.pusher"
24- version = " 1.6.2 -SNAPSHOT"
24+ version = " 1.7.1 -SNAPSHOT"
2525sourceCompatibility = " 1.6"
2626targetCompatibility = " 1.6"
2727
You can’t perform that action at this time.
0 commit comments