Skip to content

Commit

Permalink
Merge pull request #838 from /issues/837-error-token-endpoint
Browse files Browse the repository at this point in the history
Fix #837: NotSerializableException occurs in token endpoint
  • Loading branch information
romanstrobl authored Aug 31, 2020
2 parents 675d36a + 9b1416d commit b3f5e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerauth-webflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.2.RELEASE</version>
<exclusions>
<exclusion>
<artifactId>bcpkix-jdk15on</artifactId>
Expand Down

0 comments on commit b3f5e8c

Please sign in to comment.