|
|
|
@ -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> |
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<aws.ecr.registryTest>382934810846.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest> |
|
|
|
<aws.ecr.repositoryTest>spf-receiver-stg</aws.ecr.repositoryTest> |
|
|
|
<aws.ecr.repository>spf-receiver</aws.ecr.repository> |
|
|
|
<netty.version>4.2.9.Final</netty.version> |
|
|
|
<netty.version>4.2.12.Final</netty.version> |
|
|
|
</properties> |
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
@ -327,7 +327,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> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
@ -575,12 +575,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> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|