File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1284,14 +1284,20 @@ bom {
1284
1284
]
1285
1285
}
1286
1286
}
1287
- library(" OAuth2 OIDC SDK" , " 9.9" ) {
1287
+ library(" OAuth2 OIDC SDK" ) {
1288
+ version(" 9.9" ) {
1289
+ shouldAlignWithVersionFrom(" Spring Security" )
1290
+ }
1288
1291
group(" com.nimbusds" ) {
1289
1292
modules = [
1290
1293
" oauth2-oidc-sdk"
1291
1294
]
1292
1295
}
1293
1296
}
1294
- library(" Nimbus JOSE JWT" , " 9.10" ) {
1297
+ library(" Nimbus JOSE JWT" ) {
1298
+ version(" 9.10" ) {
1299
+ shouldAlignWithVersionFrom(" Spring Security" )
1300
+ }
1295
1301
group(" com.nimbusds" ) {
1296
1302
modules = [
1297
1303
" nimbus-jose-jwt"
@@ -1715,6 +1721,11 @@ bom {
1715
1721
" spring-security-bom"
1716
1722
]
1717
1723
}
1724
+ dependencyVersions {
1725
+ extractFrom {
1726
+ dependencyConstraints(" https://raw.githubusercontent.com/spring-projects/spring-security/<libraryVersion>/dependencies/spring-security-dependencies.gradle" )
1727
+ }
1728
+ }
1718
1729
}
1719
1730
library(" Spring Session Bom" , " 2021.0.1" ) {
1720
1731
group(" org.springframework.session" ) {
You can’t perform that action at this time.
0 commit comments