File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# pusher-websocket-java changelog
2
2
3
+ ### Version 2.2.8 - 30th November 2021
4
+ * Add global [ event listner] ( https://github.com/pusher/pusher-websocket-java/issues/305 )
5
+
3
6
### Version 2.2.7 - 11th November 2021
4
7
* Fixed an [ issue Vulnerability with legacy Gson dependency] ( https://github.com/pusher/pusher-websocket-java/issues/305 )
5
8
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
74
74
<dependency >
75
75
<groupId >com.pusher</groupId >
76
76
<artifactId >pusher-java-client</artifactId >
77
- <version >2.2.7 </version >
77
+ <version >2.2.8 </version >
78
78
</dependency >
79
79
</dependencies >
80
80
```
@@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.
83
83
84
84
``` groovy
85
85
dependencies {
86
- compile 'com.pusher:pusher-java-client:2.2.7 '
86
+ compile 'com.pusher:pusher-java-client:2.2.8 '
87
87
}
88
88
```
89
89
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'signing'
22
22
apply plugin : ' jacoco'
23
23
24
24
group = " com.pusher"
25
- version = " 2.2.7 "
25
+ version = " 2.2.8 "
26
26
sourceCompatibility = " 1.8"
27
27
targetCompatibility = " 1.8"
28
28
You can’t perform that action at this time.
0 commit comments