diff --git a/src/core/pom.xml b/src/core/pom.xml index f81b3233..b422a736 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/core/src/main/java/org/tio/server/TioServer.java b/src/core/src/main/java/org/tio/server/TioServer.java index 6b26c72c..4d068d4b 100644 --- a/src/core/src/main/java/org/tio/server/TioServer.java +++ b/src/core/src/main/java/org/tio/server/TioServer.java @@ -433,7 +433,7 @@ public void run() { log.info("The version you are using is the latest"); } else { log.info("t-io latest version:{},your version:{}", result, SysConst.TIO_CORE_VERSION); - //3.6.1.v20200512-RELEASE + //3.6.2.v20200808-RELEASE String myVersionDateStr = SysConst.TIO_CORE_VERSION.substring(SysConst.TIO_CORE_VERSION.length() - 16, SysConst.TIO_CORE_VERSION.length() - 8); String latestVersionDateStr = result.substring(result.length() - 16, result.length() - 8); diff --git a/src/parent/pom.xml b/src/parent/pom.xml index b14339c7..89b24a02 100644 --- a/src/parent/pom.xml +++ b/src/parent/pom.xml @@ -5,7 +5,7 @@ org.t-io tio-parent pom - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ${project.artifactId} http://maven.apache.org @@ -35,14 +35,14 @@ 3.1.0 - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE UTF-8 UTF-8 true 3.6.0 - 8.0.20 - 1.1.22 + 8.0.21 + 1.1.23 3.4.5 4.9 1.2.3 @@ -51,25 +51,25 @@ 4.13 4.4 2.7 - 3.10 + 3.11 1.14 1.20 - 1.2.71 + 1.2.73 7.1.0 - 5.3.7 + 5.3.10 3.12.2 1.9.4 1.4 1.7.2 - 3.13.1 - 5.1.4 + 3.13.3 + 5.1.5 2.3.2 - 2.8.4 + 2.8.5 3.8.0 3.4.0 4.4.13 4.5.12 - v20200614 + v20200719 2.3.30 1.21 6.9.0 @@ -97,14 +97,14 @@ 4.1-${javacpp.version} 4.0.1-${javacpp.version} - 2.6.2 + 2.6.3 3.1.0 1.10.1 6.2.2 - 4.7.2 + 4.8.0 3.2.12 2.7.0 3.12.4 @@ -199,7 +199,7 @@ commons-net commons-net - 3.6 + 3.7 @@ -485,7 +485,7 @@ nl.basjes.parse.useragent yauaa - 5.17 + 5.19 @@ -524,7 +524,7 @@ org.apache.commons commons-text - 1.8 + 1.9 @@ -564,7 +564,7 @@ io.github.classgraph classgraph - 4.8.78 + 4.8.87 com.thoughtworks.paranamer @@ -706,7 +706,7 @@ org.apache.curator curator-x-discovery - 5.0.0 + 5.1.0 @@ -795,7 +795,7 @@ com.github.hazendaz htmlcompressor - 1.7.0 + 1.7.1 @@ -924,12 +924,12 @@ net.bytebuddy byte-buddy - 1.10.11 + 1.10.13 io.projectreactor reactor-core - 3.3.6.RELEASE + 3.3.7.RELEASE com.google.code.gson @@ -981,7 +981,7 @@ org.xerial sqlite-jdbc - 3.31.1 + 3.32.3 @@ -1015,7 +1015,7 @@ org.webjars webjars-locator-core - 0.45 + 0.46 diff --git a/src/utils/pom.xml b/src/utils/pom.xml index db0f3105..58bdecb0 100644 --- a/src/utils/pom.xml +++ b/src/utils/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/utils/src/main/java/org/tio/utils/SysConst.java b/src/utils/src/main/java/org/tio/utils/SysConst.java index d47c0d1e..c98dc643 100644 --- a/src/utils/src/main/java/org/tio/utils/SysConst.java +++ b/src/utils/src/main/java/org/tio/utils/SysConst.java @@ -200,7 +200,7 @@ recommend that a file or class name and description of purpose be included on * 2018年7月1日 下午10:51:59 */ public interface SysConst { - String TIO_CORE_VERSION = "3.6.1.v20200512-RELEASE"; + String TIO_CORE_VERSION = "3.6.2.v20200808-RELEASE"; String TIO_URL_GITEE = "https://gitee.com/tywo45/t-io"; String TIO_URL_GITHUB = "https://github.com/tywo45/t-io"; String TIO_URL_SITE = "https://www.t-io.org"; diff --git a/src/zoo/flash-policy-server/pom.xml b/src/zoo/flash-policy-server/pom.xml index 7ed5b7fe..69baa547 100644 --- a/src/zoo/flash-policy-server/pom.xml +++ b/src/zoo/flash-policy-server/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/http/client/pom.xml b/src/zoo/http/client/pom.xml index 2634161e..9363c6e1 100644 --- a/src/zoo/http/client/pom.xml +++ b/src/zoo/http/client/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-http-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/http/common/pom.xml b/src/zoo/http/common/pom.xml index 6cf07e4c..fc023c0c 100644 --- a/src/zoo/http/common/pom.xml +++ b/src/zoo/http/common/pom.xml @@ -7,7 +7,7 @@ org.t-io tio-http-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/http/parent/pom.xml b/src/zoo/http/parent/pom.xml index c6781599..e9570ded 100644 --- a/src/zoo/http/parent/pom.xml +++ b/src/zoo/http/parent/pom.xml @@ -11,7 +11,7 @@ org.t-io tio-zoo-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/http/server/pom.xml b/src/zoo/http/server/pom.xml index de1eefef..876a8b78 100644 --- a/src/zoo/http/server/pom.xml +++ b/src/zoo/http/server/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-http-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/parent/pom.xml b/src/zoo/parent/pom.xml index 94f29791..5df0a754 100644 --- a/src/zoo/parent/pom.xml +++ b/src/zoo/parent/pom.xml @@ -11,7 +11,7 @@ org.t-io tio-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/spring-boot/parent/pom.xml b/src/zoo/spring-boot/parent/pom.xml index 55d5e422..f95cfc2a 100644 --- a/src/zoo/spring-boot/parent/pom.xml +++ b/src/zoo/spring-boot/parent/pom.xml @@ -12,7 +12,7 @@ org.t-io tio-zoo-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/spring-boot/tio-common/pom.xml b/src/zoo/spring-boot/tio-common/pom.xml index c3f0a796..beec7e9a 100644 --- a/src/zoo/spring-boot/tio-common/pom.xml +++ b/src/zoo/spring-boot/tio-common/pom.xml @@ -5,7 +5,7 @@ tio-spring-boot-parent org.t-io - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml 4.0.0 diff --git a/src/zoo/spring-boot/tio-core/pom.xml b/src/zoo/spring-boot/tio-core/pom.xml index 736fde30..57c52894 100644 --- a/src/zoo/spring-boot/tio-core/pom.xml +++ b/src/zoo/spring-boot/tio-core/pom.xml @@ -5,7 +5,7 @@ tio-spring-boot-parent org.t-io - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml 4.0.0 @@ -48,7 +48,7 @@ org.t-io tio-spring-boot-common - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE \ No newline at end of file diff --git a/src/zoo/spring-boot/tio-http/pom.xml b/src/zoo/spring-boot/tio-http/pom.xml index 5746c30b..4357057a 100644 --- a/src/zoo/spring-boot/tio-http/pom.xml +++ b/src/zoo/spring-boot/tio-http/pom.xml @@ -5,7 +5,7 @@ tio-spring-boot-parent org.t-io - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml 4.0.0 diff --git a/src/zoo/spring-boot/tio-websocket/pom.xml b/src/zoo/spring-boot/tio-websocket/pom.xml index 0f9a0124..0b9f484f 100644 --- a/src/zoo/spring-boot/tio-websocket/pom.xml +++ b/src/zoo/spring-boot/tio-websocket/pom.xml @@ -5,7 +5,7 @@ tio-spring-boot-parent org.t-io - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml 4.0.0 @@ -46,7 +46,7 @@ org.t-io tio-spring-boot-common - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE \ No newline at end of file diff --git a/src/zoo/webpack/core/pom.xml b/src/zoo/webpack/core/pom.xml index 0c04bfa4..3eefc71c 100644 --- a/src/zoo/webpack/core/pom.xml +++ b/src/zoo/webpack/core/pom.xml @@ -7,7 +7,7 @@ org.t-io tio-webpack-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/webpack/parent/pom.xml b/src/zoo/webpack/parent/pom.xml index e56c6bb5..017f12ac 100644 --- a/src/zoo/webpack/parent/pom.xml +++ b/src/zoo/webpack/parent/pom.xml @@ -20,7 +20,7 @@ org.t-io tio-zoo-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/websocket/client/pom.xml b/src/zoo/websocket/client/pom.xml index c2d83b2b..b06f81e2 100644 --- a/src/zoo/websocket/client/pom.xml +++ b/src/zoo/websocket/client/pom.xml @@ -9,7 +9,7 @@ org.t-io tio-websocket-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/websocket/common/pom.xml b/src/zoo/websocket/common/pom.xml index 6b09ccb5..b86b0108 100644 --- a/src/zoo/websocket/common/pom.xml +++ b/src/zoo/websocket/common/pom.xml @@ -8,7 +8,7 @@ org.t-io tio-websocket-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml diff --git a/src/zoo/websocket/parent/pom.xml b/src/zoo/websocket/parent/pom.xml index fdadc57c..79822760 100644 --- a/src/zoo/websocket/parent/pom.xml +++ b/src/zoo/websocket/parent/pom.xml @@ -11,7 +11,7 @@ org.t-io tio-zoo-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../../parent/pom.xml diff --git a/src/zoo/websocket/server/pom.xml b/src/zoo/websocket/server/pom.xml index ab29fe0d..17c3bec7 100644 --- a/src/zoo/websocket/server/pom.xml +++ b/src/zoo/websocket/server/pom.xml @@ -7,7 +7,7 @@ org.t-io tio-websocket-parent - 3.6.1.v20200512-RELEASE + 3.6.2.v20200808-RELEASE ../parent/pom.xml