Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bratkartoffel committed Jul 24, 2023
1 parent 6b4a3ac commit 92b5abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

### [unreleased]
* no changes yet
* Add workaround for [spring-projects/spring-security#13572]

### [5.0.6] (2023-07-17)
* (all) fix invalid generated pom files with self-referential dependencies
Expand Down Expand Up @@ -251,3 +251,5 @@
[0.7.0]: https://github.com/bratkartoffel/security-jwt/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/bratkartoffel/security-jwt/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/bratkartoffel/security-jwt/tree/0.5.2

[spring-projects/spring-security#13572]: https://github.com/spring-projects/spring-security/issues/13572
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

@Configuration
@AutoConfigureBefore(SecurityAutoConfiguration.class)
@EnableMethodSecurity(securedEnabled = true)
@Slf4j
public class SecurityJwtBaseAutoConfiguration {
@Bean
Expand Down

0 comments on commit 92b5abc

Please sign in to comment.