Skip to content

Commit

Permalink
chore(build): Bump kork to 7.76.1 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Oct 6, 2020
1 parent 911c97c commit d9023b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class FiatAccessDeniedExceptionHandlerSpec extends FiatSharedSpecification {
fiatAccessDeniedExceptionHandler.handleAccessDeniedException(new AccessDeniedException("Forbidden"), response, request)

then:
1 * response.sendError(403, "Access denied to application service - required authorization: " + authorizationTypeRequired + "\n" + additionalInformation)
1 * response.sendError(403, "Access denied to application service - required authorization: " + authorizationTypeRequired + "\n\n" + additionalInformation)

where:
userAuthorizationType | authorizationTypeRequired
Expand All @@ -131,6 +131,6 @@ class FiatAccessDeniedExceptionHandlerSpec extends FiatSharedSpecification {
fiatAccessDeniedExceptionHandler.handleAccessDeniedException(new AccessDeniedException("Forbidden"), response, request)

then:
1 * response.sendError(403, "Access denied to service account readable" + "\n" + additionalInformation)
1 * response.sendError(403, "Access denied to service account readable" + "\n\n" + additionalInformation)
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includeProviders=file,github,google-groups,ldap
korkVersion=7.76.0
korkVersion=7.76.1
org.gradle.parallel=true
spinnakerGradleVersion=8.8.0
targetJava11=true
Expand Down

0 comments on commit d9023b6

Please sign in to comment.