File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <maven .compiler.source>1.8</maven .compiler.source>
3636 <maven .compiler.target>1.8</maven .compiler.target>
3737
38- <bouncycastle .version>1.70 </bouncycastle .version>
38+ <bouncycastle .version>1.77 </bouncycastle .version>
3939 <slf4j .version>1.7.36</slf4j .version>
4040 <jaxb .version>2.3.2</jaxb .version>
4141 </properties >
107107 </dependency >
108108 <dependency >
109109 <groupId >org.bouncycastle</groupId >
110- <artifactId >bcprov-jdk15on </artifactId >
110+ <artifactId >bcprov-jdk18on </artifactId >
111111 <version >${bouncycastle.version} </version >
112112 </dependency >
113113 <dependency >
114114 <groupId >org.bouncycastle</groupId >
115- <artifactId >bcpkix-jdk15on </artifactId >
115+ <artifactId >bcpkix-jdk18on </artifactId >
116116 <version >${bouncycastle.version} </version >
117117 </dependency >
118118 <dependency >
373373 <exclude >*:*:*:jar:compile</exclude >
374374 </excludes >
375375 <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 >
379379 <include >org.apache.commons:commons-lang3</include >
380380 <include >jakarta.xml.bind:jakarta.xml.bind-api</include >
381381 <include >jakarta.activation:jakarta.activation-api</include >
You can’t perform that action at this time.
0 commit comments