Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update Riposte to latest version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdford authored Aug 10, 2017
1 parent d385e5b commit 0d65757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
jcenter()
}

def riposteVersion = '0.9.4'
def riposteVersion = '0.10.1'
def logbackVersion = '1.1.7'
// Request version 4 for full java 8 support
def guiceVersion = '4.0'
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
"junit:junit:4.12",
"org.assertj:assertj-core:3.0.0",
"org.mockito:mockito-all:1.10.8",
"com.nike.backstopper:backstopper-reusable-tests:0.9.1.1",
"com.nike.backstopper:backstopper-reusable-tests:0.11.1",
'com.openpojo:openpojo:0.8.4'
)
}
Expand Down

0 comments on commit 0d65757

Please sign in to comment.