File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
<maven .deploy.skip>false</maven .deploy.skip>
49
49
<netty .version>4.1.94.Final</netty .version>
50
50
<jackson .version>2.15.2</jackson .version>
51
- <bouncy .version>1.70 </bouncy .version>
51
+ <bouncy .version>1.76 </bouncy .version>
52
52
<!-- by default, skip tests; tests require a profile -->
53
53
<maven .test.skip>true</maven .test.skip>
54
54
<javac >javac</javac >
190
190
<!-- Bouncycastle - request signing in cloud -->
191
191
<dependency >
192
192
<groupId >org.bouncycastle</groupId >
193
- <artifactId >bcprov-jdk15on </artifactId >
193
+ <artifactId >bcprov-jdk18on </artifactId >
194
194
<version >${bouncy.version} </version >
195
195
<exclusions >
196
196
<exclusion >
202
202
203
203
<dependency >
204
204
<groupId >org.bouncycastle</groupId >
205
- <artifactId >bcpkix-jdk15on </artifactId >
205
+ <artifactId >bcpkix-jdk18on </artifactId >
206
206
<version >${bouncy.version} </version >
207
207
<exclusions >
208
208
<exclusion >
222
222
223
223
<!-- IAM unit tests only - Bouncycastle has changed
224
224
the packaging since 1.69, classes needed by test
225
- has been moved to bcutil-jdk15on .
225
+ has been moved to bcutil-jdk18on .
226
226
-->
227
227
<dependency >
228
228
<groupId >org.bouncycastle</groupId >
229
- <artifactId >bcutil-jdk15on </artifactId >
229
+ <artifactId >bcutil-jdk18on </artifactId >
230
230
<version >${bouncy.version} </version >
231
231
<scope >test</scope >
232
232
</dependency >
You can’t perform that action at this time.
0 commit comments