Pārlūkot izejas kodu

Updated the Gradle file to match the pom file

Dave Syer made a change that I inadvertently trampled. I have restored that change. Sorry, Dave.
Jay Bryant 5 gadi atpakaļ
vecāks
revīzija
d842d20ab4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      complete/build.gradle

+ 1 - 1
complete/build.gradle

@@ -18,7 +18,7 @@ dependencies {
 	implementation 'org.webjars:sockjs-client:1.0.2'
 	implementation 'org.webjars:stomp-websocket:2.3.3'
 	implementation 'org.webjars:bootstrap:3.3.7'
-	implementation 'org.webjars:jquery:3.1.0'
+	implementation 'org.webjars:jquery:3.1.1-1'
 	testImplementation('org.springframework.boot:spring-boot-starter-test') {
 		exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
 	}