Skip to content

Commit 82e1eca

Browse files
committed
Merge pull request #22996 from ThomasKasene
* gh-22996: Polish "Added dependency management for nimbus-jose-jwt" Added dependency management for nimbus-jose-jwt Closes gh-22996
2 parents 0374ed2 + 858e194 commit 82e1eca

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)