|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>3.2.12</version> |
|
|
|
<version>3.5.7</version> |
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
</parent> |
|
|
|
<groupId>com.techsor</groupId> |
|
|
|
@ -41,33 +41,10 @@ |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-common</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-buffer</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-resolver</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport-native-unix-common</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-codec-base</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
<artifactId>netty-bom</artifactId> |
|
|
|
<version>4.2.9.Final</version> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
@ -90,7 +67,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
<artifactId>tomcat-embed-core</artifactId> |
|
|
|
<version>10.1.42</version> |
|
|
|
<version>10.1.49</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -125,7 +102,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.mysql</groupId> |
|
|
|
<artifactId>mysql-connector-j</artifactId> |
|
|
|
<version>9.3.0</version> |
|
|
|
<version>9.5.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
@ -136,7 +113,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.google.code.gson</groupId> |
|
|
|
<artifactId>gson</artifactId> |
|
|
|
<version>2.13.1</version> |
|
|
|
<version>2.13.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
@ -147,7 +124,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-text</artifactId> |
|
|
|
<version>1.13.1</version> |
|
|
|
<version>1.15.0</version> |
|
|
|
</dependency> |
|
|
|
<!--<dependency> |
|
|
|
<groupId>net.sf.json-lib</groupId> |
|
|
|
@ -159,7 +136,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba.fastjson2</groupId> |
|
|
|
<artifactId>fastjson2</artifactId> |
|
|
|
<version>2.0.57</version> |
|
|
|
<version>2.0.60</version> |
|
|
|
</dependency> |
|
|
|
<!-- DBM Godzilla--> |
|
|
|
<dependency> |
|
|
|
@ -194,13 +171,13 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
<version>1.5.18</version> |
|
|
|
<version>1.5.21</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
<artifactId>logback-core</artifactId> |
|
|
|
<version>1.5.18</version> |
|
|
|
<version>1.5.21</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
@ -219,7 +196,6 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-pool2</artifactId> |
|
|
|
<version>2.11.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
@ -230,13 +206,13 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<version>5.8.38</version> |
|
|
|
<version>5.8.42</version> |
|
|
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/com.jayway.jsonpath/json-path --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.jayway.jsonpath</groupId> |
|
|
|
<artifactId>json-path</artifactId> |
|
|
|
<version>2.9.0</version> |
|
|
|
<version>2.10.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-dynamodb --> |
|
|
|
@ -408,7 +384,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-compress</artifactId> |
|
|
|
<version>1.27.1</version> |
|
|
|
<version>1.28.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.squareup.wire/wire-compiler --> |
|
|
|
@ -433,27 +409,6 @@ |
|
|
|
<version>1.12.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.netty/netty-handler --> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-handler</artifactId> |
|
|
|
<version>4.2.2.Final</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
<version>6.1.21</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-context-support</artifactId> |
|
|
|
<version>6.1.21</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.seratch/jslack --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.seratch</groupId> |
|
|
|
|