Skip to content

Commit b5a5477

Browse files
Merge pull request #49 from digipost/bump-deps
Bump bouncycastle
2 parents 15d45fd + e3eabab commit b5a5477

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>
@@ -107,12 +107,12 @@
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>
@@ -373,9 +373,9 @@
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>

0 commit comments

Comments
 (0)