|
@@ -19,7 +19,7 @@
|
|
|
<properties>
|
|
<properties>
|
|
|
<!-- versions -->
|
|
<!-- versions -->
|
|
|
<velocity.version>2.2</velocity.version>
|
|
<velocity.version>2.2</velocity.version>
|
|
|
- <beetl.version>3.0.19.RELEASE</beetl.version>
|
|
|
|
|
|
|
+ <beetl.version>3.1.2.RELEASE</beetl.version>
|
|
|
<rythm.version>1.3.0</rythm.version>
|
|
<rythm.version>1.3.0</rythm.version>
|
|
|
<freemarker.version>2.3.30</freemarker.version>
|
|
<freemarker.version>2.3.30</freemarker.version>
|
|
|
<enjoy.version>4.8</enjoy.version>
|
|
<enjoy.version>4.8</enjoy.version>
|
|
@@ -30,6 +30,7 @@
|
|
|
<net.version>3.6</net.version>
|
|
<net.version>3.6</net.version>
|
|
|
<emoji-java.version>5.1.1</emoji-java.version>
|
|
<emoji-java.version>5.1.1</emoji-java.version>
|
|
|
<servlet-api.version>4.0.1</servlet-api.version>
|
|
<servlet-api.version>4.0.1</servlet-api.version>
|
|
|
|
|
+ <spring-boot.version>2.2.6.RELEASE</spring-boot.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -210,13 +211,13 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
- <version>2.2.5.RELEASE</version>
|
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <version>2.2.5.RELEASE</version>
|
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|