Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Update to dropwizard 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed May 9, 2018
1 parent d053fb2 commit 598a7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions 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

0 comments on commit 598a7f0

Please sign in to comment.