File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
<maven .compiler.source>1.8</maven .compiler.source>
36
36
<maven .compiler.target>1.8</maven .compiler.target>
37
37
38
- <bouncycastle .version>1.70 </bouncycastle .version>
38
+ <bouncycastle .version>1.77 </bouncycastle .version>
39
39
<slf4j .version>1.7.36</slf4j .version>
40
40
<jaxb .version>2.3.2</jaxb .version>
41
41
</properties >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >org.bouncycastle</groupId >
110
- <artifactId >bcprov-jdk15on </artifactId >
110
+ <artifactId >bcprov-jdk18on </artifactId >
111
111
<version >${bouncycastle.version} </version >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >org.bouncycastle</groupId >
115
- <artifactId >bcpkix-jdk15on </artifactId >
115
+ <artifactId >bcpkix-jdk18on </artifactId >
116
116
<version >${bouncycastle.version} </version >
117
117
</dependency >
118
118
<dependency >
373
373
<exclude >*:*:*:jar:compile</exclude >
374
374
</excludes >
375
375
<includes >
376
- <include >org.bouncycastle:bcprov-jdk15on :${bouncycastle.version} :jar:compile</include >
377
- <include >org.bouncycastle:bcpkix-jdk15on :${bouncycastle.version} :jar:compile</include >
378
- <include >org.bouncycastle:bcutil-jdk15on :${bouncycastle.version} :jar:compile</include >
376
+ <include >org.bouncycastle:bcprov-jdk18on :${bouncycastle.version} :jar:compile</include >
377
+ <include >org.bouncycastle:bcpkix-jdk18on :${bouncycastle.version} :jar:compile</include >
378
+ <include >org.bouncycastle:bcutil-jdk18on :${bouncycastle.version} :jar:compile</include >
379
379
<include >org.apache.commons:commons-lang3</include >
380
380
<include >jakarta.xml.bind:jakarta.xml.bind-api</include >
381
381
<include >jakarta.activation:jakarta.activation-api</include >
You can’t perform that action at this time.
0 commit comments