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 @@ -15,14 +15,14 @@ Add the following dependency to your `pom.xml`:
1515<dependency >
1616 <groupId >io.getstream.client</groupId >
1717 <artifactId >stream-java</artifactId >
18- <version >3.2.3 </version >
18+ <version >3.2.4 </version >
1919</dependency >
2020```
2121
2222or in your ` build.gradle ` :
2323
2424``` gradle
25- implementation 'io.getstream.client:stream-java:3.2.3 '
25+ implementation 'io.getstream.client:stream-java:3.2.4 '
2626```
2727
2828In case you want to download the artifact and put it manually into your project,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' io.getstream.client'
12- version = ' 3.2.3 '
12+ version = ' 3.2.4 '
1313
1414dependencies {
1515 sourceCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments