Skip to content

Commit

Permalink
chore(build): Bump to kork 7.74.0 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Sep 30, 2020
1 parent 84d8c99 commit fde193e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ class FiatAccessDeniedExceptionHandlerSpec extends FiatSharedSpecification {
return [new ExceptionMessage() {

@Override
boolean supports(Class<? extends Throwable> throwable) {
return throwable == AccessDeniedException.class
Optional<String> message(Throwable throwable, @Nullable ExceptionDetails exceptionDetails) {
return Optional.of(additionalInformation)
}

@Override
String message(Throwable throwable, @Nullable ExceptionDetails exceptionDetails) {
return additionalInformation
Optional<String> message(String errorCode, @Nullable ExceptionDetails exceptionDetails) {
return Optional.empty()
}
}]
}
Expand Down
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.73.0
korkVersion=7.74.0
org.gradle.parallel=true
spinnakerGradleVersion=8.7.0
targetJava11=true
Expand Down

0 comments on commit fde193e

Please sign in to comment.