Skip to content

Commit

Permalink
build: 4.0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 19, 2024
1 parent 4687c88 commit 5757b1b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-framework</artifactId>
<version>4.0.17-SNAPSHOT</version>
<version>4.0.17</version>
<modules>
<module>hsweb-starter</module>
<module>hsweb-core</module>
Expand Down Expand Up @@ -89,11 +89,11 @@
<cglib.version>3.2.2</cglib.version>
<aspectj.version>1.6.12</aspectj.version>

<hsweb.ezorm.version>4.1.2-SNAPSHOT</hsweb.ezorm.version>
<hsweb.ezorm.version>4.1.2</hsweb.ezorm.version>
<hsweb.utils.version>3.0.4</hsweb.utils.version>
<hsweb.expands.version>3.0.2</hsweb.expands.version>
<swagger.version>2.7.0</swagger.version>

<netty.version>4.1.111.Final</netty.version>
<r2dbc.version>Borca-SR2</r2dbc.version>
</properties>

Expand Down Expand Up @@ -328,6 +328,15 @@
<!-- <version>2.3.3.RELEASE</version>-->
<!-- </dependency>-->


<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>${netty.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit 5757b1b

Please sign in to comment.