Skip to content

Commit

Permalink
snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 10, 2018
1 parent 3c5e957 commit 7e53686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

group = 'org.owasp'
version = '3.3.1'
version = '3.3.2-SNAPSHOT'

buildscript {
repositories {
Expand Down Expand Up @@ -64,8 +64,8 @@ dependencies {
localGroovy(),
gradleApi(),
'commons-collections:commons-collections:3.2.2',
'org.owasp:dependency-check-core:3.3.1',
'org.owasp:dependency-check-utils:3.3.1'
'org.owasp:dependency-check-core:3.3.2-SNAPSHOT',
'org.owasp:dependency-check-utils:3.3.2-SNAPSHOT'
)

testCompile gradleTestKit()
Expand Down

0 comments on commit 7e53686

Please sign in to comment.