File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 48
48
<protobuf .version>3.21.1</protobuf .version>
49
49
<junit .version>4.13</junit .version>
50
50
<bucket4j .version>7.5.0</bucket4j .version>
51
- <bouncycastle .version>1.70 </bouncycastle .version>
51
+ <bouncycastle .version>1.71 </bouncycastle .version>
52
52
<gson .version>2.9.0</gson .version>
53
53
<jsr305 .version>3.0.2</jsr305 .version>
54
54
<okhttp3 .version>4.9.2</okhttp3 .version>
131
131
</dependency >
132
132
<dependency >
133
133
<groupId >org.bouncycastle</groupId >
134
- <artifactId >bcprov-ext-jdk15on</artifactId >
135
- <version >${bouncycastle.version} </version >
136
- </dependency >
137
- <dependency >
138
- <groupId >org.bouncycastle</groupId >
139
- <artifactId >bcpkix-jdk15on</artifactId >
134
+ <artifactId >bcpkix-jdk18on</artifactId >
140
135
<version >${bouncycastle.version} </version >
141
136
</dependency >
142
137
<dependency >
Original file line number Diff line number Diff line change 56
56
</dependency >
57
57
<dependency >
58
58
<groupId >org.bouncycastle</groupId >
59
- <artifactId >bcprov-ext-jdk15on</artifactId >
60
- </dependency >
61
- <dependency >
62
- <groupId >org.bouncycastle</groupId >
63
- <artifactId >bcpkix-jdk15on</artifactId >
59
+ <artifactId >bcpkix-jdk18on</artifactId >
64
60
</dependency >
65
61
<dependency >
66
62
<groupId >com.microsoft.azure</groupId >
You can’t perform that action at this time.
0 commit comments