Skip to content

Commit

Permalink
feat: 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed May 17, 2023
1 parent 80e00f8 commit a45e628
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions hsweb4-webmvc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<project.build.locales>zh_CN</project.build.locales>
<java.version>1.8</java.version>
<project.build.jdk>${java.version}</project.build.jdk>
<hsweb.framework.version>4.0.15-SNAPSHOT</hsweb.framework.version>
<spring.boot.version>2.3.11.RELEASE</spring.boot.version>
<hsweb.framework.version>4.0.16-SNAPSHOT</hsweb.framework.version>
<spring.boot.version>2.7.9</spring.boot.version>
</properties>

<build>
Expand Down Expand Up @@ -78,6 +78,12 @@

<dependencies>

<!-- <dependency>-->
<!-- <groupId>org.hswebframework.web</groupId>-->
<!-- <artifactId>hsweb-authorization-basic</artifactId>-->
<!-- <version>${hsweb.framework.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -163,7 +169,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.4.5</version>
<version>1.6.15</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a45e628

Please sign in to comment.