|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>3.5.7</version> |
|
|
|
<version>3.5.13</version> |
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
</parent> |
|
|
|
<groupId>com.techsor</groupId> |
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-bom</artifactId> |
|
|
|
<version>4.2.9.Final</version> |
|
|
|
<version>4.2.12.Final</version> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
<artifactId>tomcat-embed-core</artifactId> |
|
|
|
<version>10.1.49</version> |
|
|
|
<version>10.1.54</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -382,12 +382,12 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
<version>2.25.3</version> |
|
|
|
<version>2.25.4</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
<version>2.25.3</version> |
|
|
|
<version>2.25.4</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.minidev/json-smart --> |
|
|
|
|