diff --git a/build.gradle b/build.gradle index f81bdc0..b72f98a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ jar.enabled = false group = 'com.eactive' version = '2.0.0' -sourceCompatibility = '1.8' -targetCompatibility = '1.8' +sourceCompatibility = "1.8" +targetCompatibility = "1.8" configurations { annotationProcessor @@ -56,8 +56,9 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-math3:3.6.1' implementation 'commons-io:commons-io:2.11.0' - implementation 'com.jayway.jsonpath:json-path:2.8.0' - implementation 'io.netty:netty-all:4.1.92.Final' + implementation 'com.jayway.jsonpath:json-path:2.9.0' + implementation 'io.netty:netty-all:4.1.97.Final' + implementation('commons-beanutils:commons-beanutils:1.9.4') { exclude group: 'commons-collections', module: 'commons-collections' }