Przeglądaj źródła

Add build.gradle to jquery fix

See gh-59
Dave Syer 5 lat temu
rodzic
commit
2bd0453694
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      complete/build.gradle

+ 1 - 1
complete/build.gradle

@@ -29,7 +29,7 @@ dependencies {
     compile("org.webjars:sockjs-client:1.0.2")
     compile("org.webjars:stomp-websocket:2.3.3")
     compile("org.webjars:bootstrap:3.3.7")
-    compile("org.webjars:jquery:3.1.0")
+    compile("org.webjars:jquery:3.1.1-1")
 
     testCompile("org.springframework.boot:spring-boot-starter-test")
 }