|
|
@@ -19,6 +19,7 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<project.build.outputDir>${project.basedir}/bin</project.build.outputDir>
|
|
|
+ <springboot.version>2.6.15</springboot.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
@@ -26,7 +27,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
- <version>2.6.15</version>
|
|
|
+ <version>${springboot.version}</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
@@ -218,7 +219,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <version>2.3.9.RELEASE</version>
|
|
|
+ <version>${springboot.version}</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|