ci: spring boot version
This commit is contained in:
parent
a6c5086e8a
commit
233d484309
3
pom.xml
3
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<version>3.2.3</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
@ -81,7 +81,6 @@
|
|||
<commons-fileupload.version>1.5</commons-fileupload.version>
|
||||
<graalvmjs.version>22.3.1</graalvmjs.version>
|
||||
<httpclient.version>4.5.14</httpclient.version>
|
||||
<jetty.version>12.0.3</jetty.version>
|
||||
<!-- frontend -->
|
||||
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
|
||||
<node.version>v16.10.0</node.version>
|
||||
|
|
Loading…
Reference in New Issue