build: spring boot version

This commit is contained in:
CaptainB 2023-05-19 07:50:05 +08:00 committed by 刘瑞斌
parent a7333e60d8
commit 815ae0f39f
2 changed files with 8 additions and 2 deletions

View File

@ -244,6 +244,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.brotli/dec -->
@ -259,6 +260,10 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.6</version>
<version>3.1.0</version>
<relativePath/>
</parent>
@ -31,7 +31,7 @@
<pagehelper.version>5.3.2</pagehelper.version>
<metersphere-jmeter-functions.version>1.5</metersphere-jmeter-functions.version>
<quartz-starter.version>1.0.8</quartz-starter.version>
<redisson-starter.version>3.20.1</redisson-starter.version>
<redisson-starter.version>3.21.3</redisson-starter.version>
<guice.version>5.1.0</guice.version>
<mybatis-starter.version>3.0.1</mybatis-starter.version>
<reflections.version>0.10.2</reflections.version>
@ -80,6 +80,7 @@
<xmlgraphics-commons.version>2.7</xmlgraphics-commons.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<graalvmjs.version>22.3.1</graalvmjs.version>
<httpclient.version>4.5.14</httpclient.version>
<!-- frontend -->
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
<node.version>v16.10.0</node.version>