Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound403 committed Nov 2, 2023
1 parent 040be03 commit 1cbb91b
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void webHooks()throws IOException{
<dependency>
<groupId>cn.felord</groupId>
<artifactId>wecom-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand All @@ -115,11 +115,11 @@ void webHooks()throws IOException{
<dependency>
<groupId>cn.felord</groupId>
<artifactId>rx-wecom-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

## 📚入门
## 📚文档

中文文档:[https://felord.cn/wecom/overview.html](https://felord.cn/wecom/overview.html)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<packaging>pom</packaging>

<name>wecom</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<retrofit.version>2.9.0</retrofit.version>
<okhttp3.version>4.11.0</okhttp3.version>
<okhttp3.version>4.12.0</okhttp3.version>
<jackson.version>2.15.2</jackson.version>
<xstream.version>1.4.20</xstream.version>
<jose.version>9.36</jose.version>
Expand Down
2 changes: 1 addition & 1 deletion rx-wecom-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<artifactId>rx-wecom-sdk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>wecom-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wecom-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>

<artifactId>wecom-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class WecomUserAgent {
/**
* 版本号
*/
public static final String VERSION = "1.2.2";
public static final String VERSION = "1.2.3";
/**
* UserAgent
*/
Expand Down
2 changes: 1 addition & 1 deletion wecom-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<artifactId>wecom-objects</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wecom-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<artifactId>wecom-sdk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wemp-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>

<artifactId>wemp-objects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wemp-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>

<artifactId>wemp-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wepay-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<artifactId>wepay-objects</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wepay-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>wecom</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>

<artifactId>wepay-sdk</artifactId>
Expand Down

0 comments on commit 1cbb91b

Please sign in to comment.