File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.nimbusds</groupId >
21
21
<artifactId >nimbus-jose-jwt</artifactId >
22
- <version >10.4 </version >
22
+ <version >${jose.version} </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >org.bouncycastle</groupId >
Original file line number Diff line number Diff line change 32
32
<commons-io .version>2.12.0</commons-io .version>
33
33
<commons-codec .version>1.15</commons-codec .version>
34
34
<xmlsec .version>3.0.3</xmlsec .version>
35
+ <jose .version>10.4</jose .version>
35
36
36
37
</properties >
37
38
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >com.nimbusds</groupId >
29
29
<artifactId >nimbus-jose-jwt</artifactId >
30
- <version >10.4 </version >
30
+ <version >${jose.version} </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments