diff --git a/README.md b/README.md index a2de78d..15ca513 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Set Up Add the following dependency to your gradle build file: ``` -testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.0.0' +testCompile group: 'com.github.hanleyt', name: 'jersey-junit', version: '2.1.0' // Add a test container factory, for example grizzly : testCompile group: 'org.glassfish.jersey.test-framework.providers', name: 'jersey-test-framework-provider-grizzly2', version: '2.28' ``` diff --git a/build.gradle.kts b/build.gradle.kts index bddf3b1..482c424 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.github.hanleyt" -version = "1.3.0" +version = "2.1.0" java { sourceCompatibility = JavaVersion.VERSION_1_8