Skip to content

Commit 01f8cb7

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-27048
2 parents ec2a7b9 + 3746155 commit 01f8cb7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,14 +1284,20 @@ bom {
12841284
]
12851285
}
12861286
}
1287-
library("OAuth2 OIDC SDK", "9.9") {
1287+
library("OAuth2 OIDC SDK") {
1288+
version("9.9") {
1289+
shouldAlignWithVersionFrom("Spring Security")
1290+
}
12881291
group("com.nimbusds") {
12891292
modules = [
12901293
"oauth2-oidc-sdk"
12911294
]
12921295
}
12931296
}
1294-
library("Nimbus JOSE JWT", "9.10") {
1297+
library("Nimbus JOSE JWT") {
1298+
version("9.10") {
1299+
shouldAlignWithVersionFrom("Spring Security")
1300+
}
12951301
group("com.nimbusds") {
12961302
modules = [
12971303
"nimbus-jose-jwt"
@@ -1715,6 +1721,11 @@ bom {
17151721
"spring-security-bom"
17161722
]
17171723
}
1724+
dependencyVersions {
1725+
extractFrom {
1726+
dependencyConstraints("https://raw.githubusercontent.com/spring-projects/spring-security/<libraryVersion>/dependencies/spring-security-dependencies.gradle")
1727+
}
1728+
}
17181729
}
17191730
library("Spring Session Bom", "2021.0.1") {
17201731
group("org.springframework.session") {

0 commit comments

Comments
 (0)