diff --git a/README.md b/README.md index cd51ca1..8d4b449 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The first step is to install the FF SDK as a dependency in your application usin Refer to the [Harness Feature Flag Java Server SDK](https://mvnrepository.com/artifact/io.harness/ff-java-server-sdk) to identify the latest version for your build automation tool. -This section lists dependencies for Maven and Gradle and uses the 1.2.2 version as an example: +This section lists dependencies for Maven and Gradle and uses the 1.2.3 version as an example: #### Maven @@ -78,14 +78,14 @@ Add the following Maven dependency in your project's pom.xml file: io.harness ff-java-server-sdk - 1.2.2 + 1.2.3 ``` #### Gradle ``` -implementation group: 'io.harness', name: 'ff-java-server-sdk', version: '1.2.2' +implementation group: 'io.harness', name: 'ff-java-server-sdk', version: '1.2.3' ``` ### Code Sample