diff --git a/deskshare/app/build.gradle b/deskshare/app/build.gradle
old mode 100755
new mode 100644
index 31f31b8373a935274a689c2fa1be16f68ed2226f..7bd6feed4a31586a4f1cff5657c76bc4659eb234
--- a/deskshare/app/build.gradle
+++ b/deskshare/app/build.gradle
@@ -75,14 +75,14 @@ dependencies {
   providedCompile 'org.apache.mina:mina-integration-jmx:2.0.7@jar'
 	
   // Spring 
-  providedCompile 'org.springframework:spring-web:4.0.0.RELEASE@jar' 
-  providedCompile  'org.springframework:spring-beans:4.0.0.RELEASE@jar'
-  providedCompile 'org.springframework:spring-context:4.0.0.RELEASE@jar'
-  providedCompile 'org.springframework:spring-core:4.0.0.RELEASE@jar'
+  providedCompile 'org.springframework:spring-web:4.0.3.RELEASE@jar' 
+  providedCompile  'org.springframework:spring-beans:4.0.3.RELEASE@jar'
+  providedCompile 'org.springframework:spring-context:4.0.3.RELEASE@jar'
+  providedCompile 'org.springframework:spring-core:4.0.3.RELEASE@jar'
   
   // Red5
-  providedCompile 'org/red5:red5:1.0.2-M1@jar'
-  providedCompile 'org.red5:red5-io:1.0.3@jar'
+  providedCompile 'org/red5:red5:1.0.2@jar'
+	providedCompile 'org.red5:red5-io:1.0.3@jar'
   
   // Logging
   providedCompile 'ch.qos.logback:logback-core:1.0.13@jar'
@@ -94,7 +94,7 @@ dependencies {
 
   // Needed for the JVM shutdown hook but needs to be put into red5/lib dir.
   // Otherwise we get exception on aop utils class not found.
-  providedCompile 'org.springframework:spring-aop:4.0.0.RELEASE@jar'
+  providedCompile 'org.springframework:spring-aop:4.0.3.RELEASE@jar'
   providedCompile 'aopalliance:aopalliance:1.0@jar'
 	        
   // Testing
@@ -106,7 +106,7 @@ dependencies {
   testRuntime 'org.easymock:easymock:2.4@jar'
 	
   // Tunnelling servlet
-  compile 'org.springframework:spring-webmvc:4.0.0.RELEASE@jar'
+  compile 'org.springframework:spring-webmvc:4.0.3.RELEASE@jar'
 		
   compile project(':common')
 	
diff --git a/deskshare/build.gradle b/deskshare/build.gradle
old mode 100755
new mode 100644
index 6bdacbb152ecfdf91022df7b359b9e23a689a56e..90f71e361b09aa60e471fed85b5c7c12cb43555b
--- a/deskshare/build.gradle
+++ b/deskshare/build.gradle
@@ -73,15 +73,15 @@ dependencies {
   compile 'org.apache.mina:mina-integration-jmx:2.0.7@jar'
 	
   // Spring 
-  compile 'org.springframework:spring-web:4.0.0.RELEASE@jar' 
-  compile  'org.springframework:spring-beans:4.0.0.RELEASE@jar'
-  compile 'org.springframework:spring-context:4.0.0.RELEASE@jar'
-  compile 'org.springframework:spring-core:4.0.0.RELEASE@jar'
+  compile 'org.springframework:spring-web:4.0.3.RELEASE@jar' 
+  compile  'org.springframework:spring-beans:4.0.3.RELEASE@jar'
+  compile 'org.springframework:spring-context:4.0.3.RELEASE@jar'
+  compile 'org.springframework:spring-core:4.0.3.RELEASE@jar'
 	
   // Red5
-  compile 'org/red5:red5:1.0.2-M1@jar'
-  compile 'org.red5:red5-io:1.0.3@jar'
-  
+  compile 'org/red5:red5:1.0.2@jar'
+	compile 'org.red5:red5-io:1.0.3@jar'
+	
   // Logging
   compile 'ch.qos.logback:logback-core:1.0.13@jar'
   compile 'ch.qos.logback:logback-classic:1.0.13@jar'
@@ -92,12 +92,12 @@ dependencies {
 
 	// Needed for the JVM shutdown hook but needs to be put into red5/lib dir.
 	// Otherwise we get exception on aop utils class not found.
-	compile 'org.springframework:spring-aop:4.0.0.RELEASE@jar'
+	compile 'org.springframework:spring-aop:4.0.3.RELEASE@jar'
 	compile 'aopalliance:aopalliance:1.0@jar'
 	        
-    // Testing
-    compile 'org.testng:testng:5.8@jar' 
-    compile 'org.easymock:easymock:2.4@jar'
+  // Testing
+  compile 'org.testng:testng:5.8@jar' 
+  compile 'org.easymock:easymock:2.4@jar'
 	
 	compile project(':common')
   compile 'commons-fileupload:commons-fileupload:1.2.2@jar'