소스 검색

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")
 }