diff --git a/README.md b/README.md index 2f20786..ad25584 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ RxJersey target is to handle large amount requests in small static set of thread Library uses Jersey 2 async support with `@Suspended` and `AsyncResponse` under the hood. -Note that Jersey 2.27 is not supported yet (WIP) +Note that Jersey 2.26+ is not supported yet (WIP) ### For documentation visit [Gitbook](https://alex-shpak.github.io/rx-jersey) diff --git a/gradle.properties b/gradle.properties index f55a77c..da8b5da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ # Maven artifact mavenGroup=net.winterly.rxjersey -mavenVersion=0.10.1 +mavenVersion=0.10.2 # Dependencies jerseyVersion=2.25.1 rxJavaVersion=1.2.9 rxJava2Version=2.0.8 -dropwizardVersion=1.2.2 +dropwizardVersion=1.3.1 junitVersion=4.11