build: deps version

This commit is contained in:
CaptainB 2022-10-28 14:07:28 +08:00
parent 2949a750cc
commit 186bb0a1fa
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
<xmlbeans.version>5.1.0</xmlbeans.version>
<poi.version>5.1.0</poi.version>
<jgit.version>6.2.0.202206071550-r</jgit.version>
<commons-fileupload.version>1.3.3</commons-fileupload.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
</properties>
<dependencies>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.3.0</version>
<version>5.3.2</version>
</dependency>
<dependency>
@ -133,7 +133,7 @@
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.3</version>
<version>3.17.7</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.4</version>
<version>2.7.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>