|
24 | 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
25 | 25 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
26 | 26 | <!-- dependencies --> |
27 | | - <owasp.version>6.1.1</owasp.version> |
28 | | - <spring.boot.version>2.5.6</spring.boot.version> |
29 | | - <spring.cloud.version>2020.0.4</spring.cloud.version> |
30 | | - <spring.cloud.openfeign.version>3.0.5</spring.cloud.openfeign.version> |
31 | | - <spring.test.version>5.3.5</spring.test.version> |
32 | | - <spring.security.version>5.5.1</spring.security.version> |
33 | | - <lombok.version>1.18.20</lombok.version> |
34 | | - <liquibase.version>4.3.3</liquibase.version> |
35 | | - <springdoc.version>1.5.12</springdoc.version> |
| 27 | + <owasp.version>6.5.0</owasp.version> |
| 28 | + <spring.boot.version>2.6.1</spring.boot.version> |
| 29 | + <spring.cloud.version>2021.0.0</spring.cloud.version> |
| 30 | + <spring.cloud.openfeign.version>3.1.0</spring.cloud.openfeign.version> |
| 31 | + <spring.test.version>5.3.12</spring.test.version> |
| 32 | + <spring.security.version>5.6.0</spring.security.version> |
| 33 | + <lombok.version>1.18.22</lombok.version> |
| 34 | + <liquibase.version>4.6.2</liquibase.version> |
| 35 | + <springdoc.version>1.6.0</springdoc.version> |
36 | 36 | <junit.version>5.8.1</junit.version> |
37 | | - <junit.vintage.version>5.8.1</junit.vintage.version> |
38 | 37 | <pivotal.cfenv.version>2.3.0</pivotal.cfenv.version> |
39 | 38 | <mapstruct.version>1.4.2.Final</mapstruct.version> |
40 | | - <mockito.version>4.0.0</mockito.version> |
41 | | - <bcpkix.version>1.68</bcpkix.version> |
| 39 | + <mockito.version>4.1.0</mockito.version> |
| 40 | + <bcpkix.version>1.70</bcpkix.version> |
42 | 41 | <okhttp.version>4.9.2</okhttp.version> |
43 | | - <shedlock.version>4.29.0</shedlock.version> |
44 | | - <dgc.lib.version>1.1.3</dgc.lib.version> |
| 42 | + <shedlock.version>4.30.0</shedlock.version> |
| 43 | + <dgc.lib.version>1.1.7</dgc.lib.version> |
45 | 44 | <sap.cloud.sdk.version>3.57.0</sap.cloud.sdk.version> |
| 45 | + <slf4j.version>1.7.32</slf4j.version> |
| 46 | + <log4j2.version>2.16.0</log4j2.version> |
46 | 47 | <!-- plugins --> |
47 | 48 | <plugin.checkstyle.version>3.1.2</plugin.checkstyle.version> |
48 | 49 | <plugin.sonar.version>3.6.1.1688</plugin.sonar.version> |
|
97 | 98 |
|
98 | 99 | <dependencyManagement> |
99 | 100 | <dependencies> |
| 101 | + <dependency> |
| 102 | + <groupId>org.apache.logging.log4j</groupId> |
| 103 | + <artifactId>log4j-to-slf4j</artifactId> |
| 104 | + <version>${log4j2.version}</version> |
| 105 | + </dependency> |
| 106 | + <dependency> |
| 107 | + <groupId>org.apache.logging.log4j</groupId> |
| 108 | + <artifactId>log4j-api</artifactId> |
| 109 | + <version>${log4j2.version}</version> |
| 110 | + </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>org.apache.logging.log4j</groupId> |
| 113 | + <artifactId>log4j-core</artifactId> |
| 114 | + <version>${log4j2.version}</version> |
| 115 | + </dependency> |
100 | 116 | <dependency> |
101 | 117 | <groupId>org.springframework.boot</groupId> |
102 | 118 | <artifactId>spring-boot-dependencies</artifactId> |
|
105 | 121 | <scope>import</scope> |
106 | 122 | </dependency> |
107 | 123 | <dependency> |
108 | | - <groupId>org.springframework.cloud</groupId> |
109 | | - <artifactId>spring-cloud-openfeign-dependencies</artifactId> |
110 | | - <version>${spring.cloud.openfeign.version}</version> |
111 | | - <type>pom</type> |
112 | | - <scope>import</scope> |
| 124 | + <groupId>org.springframework.cloud</groupId> |
| 125 | + <artifactId>spring-cloud-openfeign-dependencies</artifactId> |
| 126 | + <version>${spring.cloud.openfeign.version}</version> |
| 127 | + <type>pom</type> |
| 128 | + <scope>import</scope> |
113 | 129 | </dependency> |
114 | 130 | <dependency> |
115 | 131 | <groupId>org.springframework.cloud</groupId> |
|
184 | 200 | <version>${junit.version}</version> |
185 | 201 | <scope>test</scope> |
186 | 202 | </dependency> |
187 | | - <dependency> |
188 | | - <groupId>org.junit.vintage</groupId> |
189 | | - <artifactId>junit-vintage-engine</artifactId> |
190 | | - <version>${junit.vintage.version}</version> |
191 | | - </dependency> |
192 | 203 | <dependency> |
193 | 204 | <groupId>org.springframework.boot</groupId> |
194 | 205 | <artifactId>spring-boot-starter-test</artifactId> |
|
0 commit comments