Changing ONOS dependency from 1.13.9-rc3 to rc4

Change-Id: I046ae601b0aca5f1fec94e012bb72682753566c7
diff --git a/README-NEW-DESIGN.md b/README-NEW-DESIGN.md
index d1b56cc..3a6603f 100644
--- a/README-NEW-DESIGN.md
+++ b/README-NEW-DESIGN.md
@@ -57,9 +57,9 @@
 -------
 To test the related work:
 
-- Run ONOS 1.13.9-rc3 using "ok clean"
+- Run ONOS 1.13.9-rc4 using "ok clean"
 
-- Go to 1.13.9-rc3/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
+- Go to 1.13.9-rc4/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
 
  ```
     {
@@ -161,7 +161,7 @@
    ```
 - Add the config that refers to cfg.json.
   ```
-    onos-netcfg localhost /tmp/1.13.9-rc3/config/cfg.json
+    onos-netcfg localhost /tmp/1.13.9-rc4/config/cfg.json
    ```
 
 - Connect to ONOS CLI and run SADIS commands:
diff --git a/pom.xml b/pom.xml
index d09928c..e8c8209 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.13.9-rc3</version>
+        <version>1.13.9-rc4</version>
         <relativePath></relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.13.9-rc3</onos.version>
+        <onos.version>1.13.9-rc4</onos.version>
         <onos.app.name>org.opencord.sadis</onos.app.name>
         <onos.app.category>Utility</onos.app.category>
         <onos.app.title>Subscriber and Access Device Information Service</onos.app.title>