Skip to content

Commit

Permalink
Merge pull request #174 from robfletcher/master
Browse files Browse the repository at this point in the history
pick up latest dependencies with new kork
  • Loading branch information
robfletcher committed Jan 13, 2016
2 parents bc21855 + 7b889cf commit 2f6e6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
apply plugin: 'groovy'

spinnaker {
dependenciesVersion = "0.23.0"
dependenciesVersion = "0.28.0"
}

configurations.all {
Expand Down
2 changes: 1 addition & 1 deletion gate-web/gate-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile('org.springframework.session:spring-session-data-redis:1.0.1.RELEASE')
compile('org.opensaml:opensaml:2.6.4')

testCompile 'com.squareup.okhttp:mockwebserver:2.1.0'
testCompile 'com.squareup.okhttp:mockwebserver:2.7.0'

//this brings in the jetty GzipFilter which boot will autoconfigure
runtime 'org.eclipse.jetty:jetty-servlets:9.2.11.v20150529'
Expand Down

0 comments on commit 2f6e6e6

Please sign in to comment.