|
25 | 25 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
26 | 26 | <!-- dependencies --> |
27 | 27 | <dgclib.version>1.1.7</dgclib.version> |
28 | | - <owasp.version>6.1.6</owasp.version> |
29 | | - <spring.boot.version>2.5.7</spring.boot.version> |
30 | | - <spring.cloud.version>3.0.5</spring.cloud.version> |
| 28 | + <owasp.version>6.5.0</owasp.version> |
| 29 | + <spring.boot.version>2.6.1</spring.boot.version> |
| 30 | + <spring.cloud.openfeign.version>3.1.0</spring.cloud.openfeign.version> |
31 | 31 | <spring.test.version>5.3.12</spring.test.version> |
32 | 32 | <spring.security.version>5.6.0</spring.security.version> |
33 | | - <lombok.version>1.18.20</lombok.version> |
34 | | - <liquibase.version>4.4.2</liquibase.version> |
| 33 | + <lombok.version>1.18.22</lombok.version> |
| 34 | + <liquibase.version>4.6.2</liquibase.version> |
35 | 35 | <hcert-kotlin.version>1.2.0</hcert-kotlin.version> |
36 | 36 | <kotlin.version>1.5.10</kotlin.version> |
37 | | - <springdoc.version>1.5.7</springdoc.version> |
38 | | - <junit.version>5.7.1</junit.version> |
| 37 | + <springdoc.version>1.6.0</springdoc.version> |
| 38 | + <junit.version>5.8.1</junit.version> |
39 | 39 | <mapstruct.version>1.4.2.Final</mapstruct.version> |
40 | | - <mockito.version>3.9.0</mockito.version> |
41 | | - <bcpkix.version>1.68</bcpkix.version> |
42 | | - <okhttp.version>4.9.1</okhttp.version> |
43 | | - <shedlock.version>4.23.0</shedlock.version> |
| 40 | + <mockito.version>4.1.0</mockito.version> |
| 41 | + <bcpkix.version>1.70</bcpkix.version> |
| 42 | + <okhttp.version>4.9.2</okhttp.version> |
| 43 | + <shedlock.version>4.30.0</shedlock.version> |
| 44 | + <sap.cloud.sdk.version>3.57.0</sap.cloud.sdk.version> |
44 | 45 | <slf4j.version>1.7.32</slf4j.version> |
45 | | - <log4j2.version>2.16.0</log4j2.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> |
|
96 | 97 | <dependency> |
97 | 98 | <groupId>org.apache.logging.log4j</groupId> |
98 | 99 | <artifactId>log4j-to-slf4j</artifactId> |
99 | | - <version>2.15.0</version> |
| 100 | + <version>${log4j2.version}</version> |
100 | 101 | </dependency> |
101 | 102 | <dependency> |
102 | 103 | <groupId>org.apache.logging.log4j</groupId> |
103 | 104 | <artifactId>log4j-api</artifactId> |
104 | | - <version>2.16.0</version> |
| 105 | + <version>${log4j2.version}</version> |
105 | 106 | </dependency> |
106 | 107 | <dependency> |
107 | 108 | <groupId>org.apache.logging.log4j</groupId> |
108 | 109 | <artifactId>log4j-core</artifactId> |
109 | | - <version>2.16.0</version> |
| 110 | + <version>${log4j2.version}</version> |
110 | 111 | </dependency> |
111 | 112 | <dependency> |
112 | 113 | <groupId>org.springframework.boot</groupId> |
|
118 | 119 | <dependency> |
119 | 120 | <groupId>org.springframework.cloud</groupId> |
120 | 121 | <artifactId>spring-cloud-openfeign-dependencies</artifactId> |
121 | | - <version>3.0.5</version> |
| 122 | + <version>${spring.cloud.openfeign.version}</version> |
122 | 123 | <type>pom</type> |
123 | 124 | <scope>import</scope> |
124 | 125 | </dependency> |
|
145 | 146 | <dependency> |
146 | 147 | <groupId>com.sap.cloud.sdk</groupId> |
147 | 148 | <artifactId>sdk-bom</artifactId> |
148 | | - <version>3.43.0</version> |
| 149 | + <version>${sap.cloud.sdk.version}</version> |
149 | 150 | <type>pom</type> |
150 | 151 | <scope>import</scope> |
151 | 152 | </dependency> |
|
193 | 194 | <version>${junit.version}</version> |
194 | 195 | <scope>test</scope> |
195 | 196 | </dependency> |
196 | | - <dependency> |
197 | | - <groupId>org.springframework.boot</groupId> |
198 | | - <artifactId>spring-boot-starter-test</artifactId> |
199 | | - <scope>test</scope> |
200 | | - </dependency> |
201 | 197 | <dependency> |
202 | 198 | <groupId>org.junit.vintage</groupId> |
203 | 199 | <artifactId>junit-vintage-engine</artifactId> |
204 | 200 | <version>5.7.0</version> |
205 | 201 | </dependency> |
| 202 | + <dependency> |
| 203 | + <groupId>org.springframework.boot</groupId> |
| 204 | + <artifactId>spring-boot-starter-test</artifactId> |
| 205 | + <scope>test</scope> |
| 206 | + </dependency> |
206 | 207 | <dependency> |
207 | 208 | <groupId>org.springframework</groupId> |
208 | 209 | <artifactId>spring-test</artifactId> |
|
0 commit comments