diff --git a/build.gradle b/build.gradle index 781a8f41b..67f67cac7 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ subprojects { exclude(module: 'org.springframework') } - compile group: 'com.aol.simplereact', name:'simple-react', version:'0.95' + compile group: 'com.aol.simplereact', name:'simple-react', version:'0.96' compile group: 'org.apache.httpcomponents', name:'httpclient', version:'4.4' compile group: 'org.apache.httpcomponents', name:'httpasyncclient', version:'4.1-beta1' compile group: 'com.wordnik', name: 'swagger-jersey2-jaxrs_2.10', version:'1.3.10'