Skip to content

Commit

Permalink
release 3.7.88
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaoxu committed Nov 16, 2023
1 parent 828d4d4 commit 10cb8ac
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [3.7.88] 2023.11.16
- upgrade: upgrade bcprov-jdk15to18 to 1.77

## [3.7.87] 2023.11.15
- upgrade: upgrade hutool to 5.8.23

## [3.7.86] 2023.11.07
- upgrade: upgrade mybatisplus to 3.5.4.1

Expand Down
2 changes: 1 addition & 1 deletion cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cms</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions coder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coder</artifactId>
Expand All @@ -18,7 +18,7 @@
<mybatisplus.version>3.5.3.2</mybatisplus.version>
<druid.version>1.2.20</druid.version>
<commons.configuration.version>1.10</commons.configuration.version>
<hutool.version>5.8.22</hutool.version>
<hutool.version>5.8.23</hutool.version>
<velocity.version>1.7</velocity.version>
<commons.collections.version>3.2.2</commons.collections.version>
<screw.version>1.0.5</screw.version>
Expand Down
6 changes: 3 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
Expand All @@ -21,8 +21,8 @@
<commons.fileupload.version>1.5</commons.fileupload.version>
<commons-io.version>2.15.0</commons-io.version>
<mybatisplus.version>3.5.4.1</mybatisplus.version>
<hutool.version>5.8.22</hutool.version>
<bcprov.version>1.76</bcprov.version>
<hutool.version>5.8.23</hutool.version>
<bcprov.version>1.77</bcprov.version>
<jsoup.version>1.16.2</jsoup.version>
<knife4j.version>2.0.9</knife4j.version>
<weixin.version>4.5.0</weixin.version>
Expand Down
2 changes: 1 addition & 1 deletion job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion msg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>msg</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<groupId>com.nb6868.onex</groupId>
<artifactId>onex-boot</artifactId>
<version>3.7.86</version>
<version>3.7.88</version>
<name>onex-boot</name>
<description>OneX Admin Boot</description>
<url>https://onex.nb6868.com/</url>
Expand Down Expand Up @@ -67,7 +67,7 @@
<maven.gpg.plugin.version>3.1.0</maven.gpg.plugin.version>
<!-- libs -->
<shiro.version>1.13.0</shiro.version>
<onex.version>3.7.86</onex.version>
<onex.version>3.7.88</onex.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sys</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>uc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>3.7.86</version>
<version>3.7.88</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket</artifactId>
Expand Down

0 comments on commit 10cb8ac

Please sign in to comment.