build: deps version

This commit is contained in:
CaptainB 2022-10-28 14:07:28 +08:00
parent 7475715356
commit 97fba4cad3
2 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@
<mssql-jdbc.version>7.4.1.jre8</mssql-jdbc.version>
<postgresql.version>42.3.2</postgresql.version>
<java-websocket.version>1.5.3</java-websocket.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
</properties>
<dependencies>
@ -109,7 +110,7 @@
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.3.0</version>
<version>5.3.2</version>
</dependency>
<dependency>
@ -120,7 +121,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>
@ -134,7 +135,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>