Skip to content

Commit 7200fde

Browse files
author
zhanq
committed
update bcpkix-jdk15on to bcprov-jdk15to18, update version to 5.1.15.
1 parent df22640 commit 7200fde

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
## 1. 集成
1616
引入sdk包
1717
```xml
18-
<!--以5.1.14版本为例-->
18+
<!--以5.1.15版本为例-->
1919
<dependencies>
2020
<!-- jiguang-sdk -->
2121
<dependency>
2222
<groupId>io.github.jpush</groupId>
2323
<artifactId>jiguang-sdk</artifactId>
24-
<version>5.1.14</version>
24+
<version>5.1.15</version>
2525
</dependency>
2626
</dependencies>
2727
```

example-for-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.github.jpush</groupId>
1515
<artifactId>example-for-spring</artifactId>
16-
<version>5.1.14</version>
16+
<version>5.1.15</version>
1717

1818
<properties>
1919
<maven.compiler.source>8</maven.compiler.source>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.github.jpush</groupId>
2828
<artifactId>jiguang-sdk</artifactId>
29-
<version>5.1.14</version>
29+
<version>5.1.15</version>
3030
</dependency>
3131
<!-- lombok -->
3232
<dependency>

jiguang-sdk/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
<parent>
88
<groupId>io.github.jpush</groupId>
99
<artifactId>jiguang-sdk-java</artifactId>
10-
<version>5.1.14</version>
10+
<version>5.1.15</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

14-
<groupId>io.github.jpush</groupId>
1514
<artifactId>jiguang-sdk</artifactId>
16-
<version>5.1.14</version>
15+
<version>5.1.15</version>
1716
<packaging>jar</packaging>
1817

1918
<properties>
@@ -76,8 +75,8 @@
7675
<!-- SM2 -->
7776
<dependency>
7877
<groupId>org.bouncycastle</groupId>
79-
<artifactId>bcpkix-jdk15on</artifactId>
80-
<version>1.68</version>
78+
<artifactId>bcprov-jdk15to18</artifactId>
79+
<version>1.78</version>
8180
</dependency>
8281
</dependencies>
8382

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.jpush</groupId>
88
<artifactId>jiguang-sdk-java</artifactId>
9-
<version>5.1.14</version>
9+
<version>5.1.15</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Jiguang SDK For Rest Api</name>

0 commit comments

Comments
 (0)