File tree 5 files changed +14
-15
lines changed
security-modules/oauth2-framework-impl/oauth2-authorization-server
5 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.bouncycastle</groupId >
24
- <artifactId >bcprov-jdk15on </artifactId >
24
+ <artifactId >bcprov-jdk18on </artifactId >
25
25
<version >${bouncycastle.version} </version >
26
26
</dependency >
27
27
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
33
33
</dependencies >
34
34
35
35
<properties >
36
- <bouncycastle .version>1.60 </bouncycastle .version>
36
+ <bouncycastle .version>1.76 </bouncycastle .version>
37
37
<commons-codec .version>1.16.0</commons-codec .version>
38
38
<jaxb-api .version>2.3.1</jaxb-api .version>
39
39
</properties >
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.bouncycastle</groupId >
24
- <artifactId >bcprov-jdk15on </artifactId >
24
+ <artifactId >bcprov-jdk18on </artifactId >
25
25
<version >${bouncycastle.version} </version >
26
26
</dependency >
27
27
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
43
43
</dependencies >
44
44
45
45
<properties >
46
- <bouncycastle .version>1.70 </bouncycastle .version>
46
+ <bouncycastle .version>1.76 </bouncycastle .version>
47
47
<commons-codec .version>1.16.0</commons-codec .version>
48
48
<jaxb-api .version>2.3.1</jaxb-api .version>
49
49
<spring-security-crypto .version>6.0.3</spring-security-crypto .version>
Original file line number Diff line number Diff line change 16
16
<dependencies >
17
17
<dependency >
18
18
<groupId >org.bouncycastle</groupId >
19
- <artifactId >bcpkix-jdk15on </artifactId >
19
+ <artifactId >bcpkix-jdk18on </artifactId >
20
20
<version >${bouncycastle.version} </version >
21
21
</dependency >
22
22
<dependency >
27
27
</dependencies >
28
28
29
29
<properties >
30
- <bouncycastle .version>1.70 </bouncycastle .version>
30
+ <bouncycastle .version>1.76 </bouncycastle .version>
31
31
<cryptacular .version>1.2.6</cryptacular .version>
32
32
</properties >
33
33
Original file line number Diff line number Diff line change 40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.bouncycastle</groupId >
43
- <artifactId >bcprov-jdk15on </artifactId >
43
+ <artifactId >bcprov-jdk18on </artifactId >
44
44
<version >${bouncycastle.version} </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.bouncycastle</groupId >
48
- <artifactId >bcpkix-jdk15on </artifactId >
48
+ <artifactId >bcpkix-jdk18on </artifactId >
49
49
<version >${bouncycastle.version} </version >
50
50
</dependency >
51
51
<dependency >
122
122
<tink .version>1.2.2</tink .version>
123
123
<cryptacular .version>1.2.2</cryptacular .version>
124
124
<jasypt .version>1.9.2</jasypt .version>
125
- <bouncycastle .version>1.58 </bouncycastle .version>
125
+ <bouncycastle .version>1.76 </bouncycastle .version>
126
126
<jsch .version>0.1.55</jsch .version>
127
127
<apache-mina .version>2.5.1</apache-mina .version>
128
128
<spring-security-oauth2 .version>2.4.0.RELEASE</spring-security-oauth2 .version>
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.bouncycastle</groupId >
24
- <artifactId >bcprov-jdk15on </artifactId >
25
- <version >${bcprov-jdk15on .version} </version >
24
+ <artifactId >bcprov-jdk18on </artifactId >
25
+ <version >${bouncycastle .version} </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.bouncycastle</groupId >
29
- <artifactId >bcpkix-jdk15on </artifactId >
30
- <version >${bcpkix-jdk15on .version} </version >
29
+ <artifactId >bcpkix-jdk18on </artifactId >
30
+ <version >${bouncycastle .version} </version >
31
31
</dependency >
32
32
</dependencies >
33
33
69
69
<httpPort >9080</httpPort >
70
70
<httpsPort >9443</httpsPort >
71
71
<nimbus-jose-jwt .version>7.3</nimbus-jose-jwt .version>
72
- <bcprov-jdk15on .version>1.62</bcprov-jdk15on .version>
73
- <bcpkix-jdk15on .version>1.62</bcpkix-jdk15on .version>
72
+ <bouncycastle .version>1.76</bouncycastle .version>
74
73
</properties >
75
74
76
75
</project >
You can’t perform that action at this time.
0 commit comments