Skip to content

Commit 53e3c76

Browse files
authored
Merge pull request #514 from okta/okta-898874_fix_outdated_library
OKTA-898874 - bumping up spring-security-crypto
2 parents b719b93 + 532b559 commit 53e3c76

File tree

1 file changed

+5
-0
lines changed
  • samples/embedded-sign-in-widget

1 file changed

+5
-0
lines changed

samples/embedded-sign-in-widget/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
<groupId>org.springframework.security</groupId>
108108
<artifactId>spring-security-config</artifactId>
109109
</dependency>
110+
<dependency>
111+
<groupId>org.springframework.security</groupId>
112+
<artifactId>spring-security-crypto</artifactId>
113+
<version>6.4.4</version>
114+
</dependency>
110115
<dependency>
111116
<groupId>org.springframework.security</groupId>
112117
<artifactId>spring-security-core</artifactId>

0 commit comments

Comments
 (0)