浏览代码

Add build.gradle to jquery fix

See gh-59
Dave Syer 5 年之前
父节点
当前提交
2bd0453694
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")
 }