diff --git a/gate-core/src/main/groovy/com/netflix/spinnaker/gate/config/AuthConfig.groovy b/gate-core/src/main/groovy/com/netflix/spinnaker/gate/config/AuthConfig.groovy index ffb7321c04..d00390c47c 100644 --- a/gate-core/src/main/groovy/com/netflix/spinnaker/gate/config/AuthConfig.groovy +++ b/gate-core/src/main/groovy/com/netflix/spinnaker/gate/config/AuthConfig.groovy @@ -78,7 +78,7 @@ class AuthConfig { http .requestMatcher(requestMatcherProvider.requestMatcher()) .authorizeRequests() - .antMatchers('/**/favicon.ico').permitAll() + .antMatchers('/favicon.ico').permitAll() .antMatchers(HttpMethod.OPTIONS, "/**").permitAll() .antMatchers(PermissionRevokingLogoutSuccessHandler.LOGGED_OUT_URL).permitAll() .antMatchers('/auth/user').permitAll() diff --git a/gradle.properties b/gradle.properties index e817400ae7..333922ecb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ enablePublishing=false -fiatVersion=1.27.0 +fiatVersion=1.27.1 includeProviders=basic,iap,ldap,oauth2,saml,x509 -korkVersion=7.110.0 +korkVersion=7.109.1 kotlinVersion=1.4.0 org.gradle.parallel=true -spinnakerGradleVersion=8.10.1 +spinnakerGradleVersion=8.15.0 targetJava11=true # To enable a composite reference to a project, set the