File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
1818<dependency >
1919 <groupId >com.devcycle</groupId >
2020 <artifactId >java-server-sdk</artifactId >
21- <version >1.0.3 </version >
21+ <version >1.0.4 </version >
2222 <scope >compile</scope >
2323</dependency >
2424```
@@ -27,7 +27,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
2727Alternatively you can use the SDK in your Gradle project by adding the following to * build.gradle* :
2828
2929``` yaml
30- implementation("com.devcycle:java-server-sdk:1.0.3 ")
30+ implementation("com.devcycle:java-server-sdk:1.0.4 ")
3131```
3232
3333## DNS Caching
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ signing {
2828
2929group = ' com.devcycle'
3030archivesBaseName = " java-server-sdk"
31- version = ' 1.0.3 '
31+ version = ' 1.0.4 '
3232
3333uploadArchives {
3434 repositories {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121
2222 compileOnly(" org.projectlombok:lombok:1.18.22" )
2323
24- implementation(" com.devcycle:java-server-sdk:1.0.3 " )
24+ implementation(" com.devcycle:java-server-sdk:1.0.4 " )
2525
2626 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2727}
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.devcycle</groupId >
4545 <artifactId >java-server-sdk</artifactId >
46- <version >1.0.3 </version >
46+ <version >1.0.4 </version >
4747 </dependency >
4848 </dependencies >
4949
You can’t perform that action at this time.
0 commit comments