Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated to gradle 6.8.2, and updated necessary build.gradle files
  • Loading branch information
Shad Vider committed Feb 9, 2021
1 parent 8aec4da commit d227d57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion 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
6 changes: 3 additions & 3 deletions pac4j-module/build.gradle
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion 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 {
Expand Down

0 comments on commit d227d57

Please sign in to comment.