Skip to content

Commit

Permalink
use latest version of the OSS plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 24, 2018
1 parent ba4476a commit 196c640
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ buildscript {
}
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
classpath 'gradle.plugin.com.auth0.gradle:oss-library:0.6.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'gradle.plugin.com.auth0.gradle:oss-library:0.8.0'
}
}

Expand All @@ -57,16 +57,16 @@ repositories {
}

dependencies {
compile 'javax.servlet:javax.servlet-api:3.1.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
compile 'org.apache.commons:commons-lang3:3.8.1'
compile 'com.auth0:auth0:1.9.1'
compile 'com.auth0:java-jwt:3.4.1'
compile 'com.auth0:jwks-rsa:0.6.1'
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
implementation 'org.apache.commons:commons-lang3:3.8.1'
implementation 'com.auth0:auth0:1.9.1'
implementation 'com.auth0:java-jwt:3.4.1'
implementation 'com.auth0:jwks-rsa:0.6.1'

testCompile 'org.hamcrest:java-hamcrest:2.0.0.0'
testCompile 'org.hamcrest:hamcrest-core:1.3'
testCompile 'org.mockito:mockito-core:2.8.9'
testCompile 'junit:junit:4.12'
testCompile 'org.springframework:spring-test:4.3.8.RELEASE'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
testImplementation 'org.hamcrest:hamcrest-core:1.3'
testImplementation 'org.mockito:mockito-core:2.8.9'
testImplementation 'junit:junit:4.12'
testImplementation 'org.springframework:spring-test:4.3.8.RELEASE'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 21 12:17:33 ART 2017
#Wed Oct 24 15:19:50 ART 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 comments on commit 196c640

Please sign in to comment.