diff --git a/@rbv b/@rbv index 1dc973543..0cd591a03 160000 --- a/@rbv +++ b/@rbv @@ -1 +1 @@ -Subproject commit 1dc9735433e827a3f5a8aae7e24f7347e66472cd +Subproject commit 0cd591a034fc328fa5f081a494757b1e0fad9c58 diff --git a/pom.xml b/pom.xml index 6080d6f1f..ffc1469ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 2.5.4 + 2.5.6 com.rebuild rebuild - 2.6.0-beta + 2.7.0-dev rebuild RB V2 use SpringBoot @@ -238,7 +238,7 @@ org.springframework spring-context-support - 5.3.9 + 5.3.12 @@ -284,17 +284,16 @@ org.aspectj aspectjweaver - 1.9.6 com.fasterxml.jackson.module jackson-module-kotlin - 2.12.1 + 2.13.0 com.alibaba druid - 1.2.6 + 1.2.8 mysql @@ -309,7 +308,6 @@ redis.clients jedis - 3.5.1 com.qiniu @@ -329,7 +327,7 @@ org.jsoup jsoup - 1.14.2 + 1.14.3 com.hankcs @@ -354,12 +352,12 @@ com.squareup.okhttp3 okhttp - 4.9.1 + 4.9.2 com.alibaba easyexcel - 2.2.10 + 2.2.11 ehcache @@ -405,7 +403,7 @@ com.googlecode.aviator aviator - 5.2.6 + 5.2.7 net.coobird @@ -425,7 +423,7 @@ org.redisson redisson - 3.16.0 + 3.16.3 org.apache.commons @@ -435,7 +433,7 @@ com.onelogin java-saml - 2.6.0 + 2.8.0 eu.bitwalker diff --git a/src/main/java/com/rebuild/core/Application.java b/src/main/java/com/rebuild/core/Application.java index 21e47dd0e..4456a00f7 100644 --- a/src/main/java/com/rebuild/core/Application.java +++ b/src/main/java/com/rebuild/core/Application.java @@ -63,11 +63,11 @@ public class Application implements ApplicationListener /** * Rebuild Version */ - public static final String VER = "2.6.0-beta"; + public static final String VER = "2.7.0-dev"; /** * Rebuild Build [MAJOR]{1}[MINOR]{2}[PATCH]{2}[BUILD]{2} */ - public static final int BUILD = 2060000; + public static final int BUILD = 2070000; static { // Driver for DB