diff --git a/backend/build.gradle b/backend/build.gradle index 77ec52afc..d49e8817b 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -170,8 +170,8 @@ dependencies { testCompile "org.springframework.boot:spring-boot-starter-test" testCompile "org.springframework.security:spring-security-test" - testCompile "org.spockframework:spock-core:2.0-groovy-3.0-SNAPSHOT" - testCompile "org.spockframework:spock-spring:2.0-groovy-3.0-SNAPSHOT" + testCompile "org.spockframework:spock-core:1.3-groovy-2.5" + testCompile "org.spockframework:spock-spring:1.3-groovy-2.5" testCompile "org.xmlunit:xmlunit-core:2.5.1" testRuntime 'cglib:cglib-nodep:3.2.5' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f4d7b2bf6..2a563242c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index 9e3a69da9..2d952a4c8 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -34,8 +34,8 @@ dependencies { testCompile project(':backend') testCompile "org.springframework.boot:spring-boot-starter-test" - testCompile "org.spockframework:spock-core:2.0-groovy-3.0-SNAPSHOT" - testCompile "org.spockframework:spock-spring:2.0-groovy-3.0-SNAPSHOT" + testCompile "org.spockframework:spock-core:1.3-groovy-2.5" + testCompile "org.spockframework:spock-spring:1.3-groovy-2.5" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" -} \ No newline at end of file +} diff --git a/ui/build.gradle b/ui/build.gradle index 64fe2e561..34827354e 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -1,6 +1,6 @@ plugins { id 'base' - id 'com.moowork.node' version '1.3.1' + id 'com.github.node-gradle.node' version '2.2.4' } node {