Skip to content

Commit 0277dce

Browse files
ThomasKasenewilkinsona
authored andcommitted
Added dependency management for nimbus-jose-jwt
See gh-22996
1 parent 0374ed2 commit 0277dce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,13 @@ bom {
12651265
]
12661266
}
12671267
}
1268+
library("Nimbus Jose JWT", "8.8") {
1269+
group("com.nimbusds") {
1270+
modules = [
1271+
"nimbus-jose-jwt"
1272+
]
1273+
}
1274+
}
12681275
library("OJDBC", "19.3.0.0") {
12691276
group("com.oracle.ojdbc") {
12701277
modules = [

0 commit comments

Comments
 (0)