|
24 | 24 | <owasp.version>6.1.6</owasp.version>
|
25 | 25 | <spring.boot.version>2.5.4</spring.boot.version>
|
26 | 26 | <spring.cloud.version>2020.0.3</spring.cloud.version>
|
27 |
| - <spring.test.version>5.3.9</spring.test.version> |
| 27 | + <spring.test.version>5.3.12</spring.test.version> |
28 | 28 | <spring.security.version>5.5.1</spring.security.version>
|
29 | 29 | <lombok.version>1.18.20</lombok.version>
|
30 | 30 | <liquibase.version>4.4.2</liquibase.version>
|
31 |
| - <springdoc.version>1.5.10</springdoc.version> |
| 31 | + <springdoc.version>1.5.12</springdoc.version> |
32 | 32 | <mapstruct.version>1.4.2.Final</mapstruct.version>
|
33 |
| - <junit.version>5.7.2</junit.version> |
| 33 | + <junit.version>5.8.1</junit.version> |
34 | 34 | <mockito.version>3.11.2</mockito.version>
|
35 |
| - <bcpkix.version>1.68</bcpkix.version> |
| 35 | + <bcpkix.version>1.69</bcpkix.version> |
36 | 36 | <okhttp.version>4.9.1</okhttp.version>
|
37 | 37 | <shedlock.version>4.25.0</shedlock.version>
|
38 | 38 | <dgc.lib.version>1.1.3</dgc.lib.version>
|
| 39 | + <sap.cloud.sdk.version>3.57.0</sap.cloud.sdk.version> |
39 | 40 | <!-- plugins -->
|
40 | 41 | <plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
|
41 | 42 | <plugin.sonar.version>3.9.0.2155</plugin.sonar.version>
|
|
73 | 74 | <scm>
|
74 | 75 | <url>https://github.com/eu-digital-green-certificates/dgca-validation-decorator</url>
|
75 | 76 | </scm>
|
76 |
| - |
| 77 | + |
77 | 78 | <repositories>
|
78 | 79 | <repository>
|
79 | 80 | <id>dgc-github</id>
|
|
91 | 92 | <url>https://maven.pkg.github.com/${github.organization}/${github.project}</url>
|
92 | 93 | </repository>
|
93 | 94 | </distributionManagement>
|
94 |
| - |
| 95 | + |
95 | 96 | <dependencyManagement>
|
96 | 97 | <dependencies>
|
97 | 98 | <dependency>
|
|
126 | 127 | <dependency>
|
127 | 128 | <groupId>com.sap.cloud.sdk</groupId>
|
128 | 129 | <artifactId>sdk-bom</artifactId>
|
129 |
| - <version>3.43.0</version> |
| 130 | + <version>${sap.cloud.sdk.version}</version> |
130 | 131 | <type>pom</type>
|
131 | 132 | <scope>import</scope>
|
132 | 133 | </dependency>
|
133 | 134 | </dependencies>
|
134 | 135 | </dependencyManagement>
|
135 |
| - |
| 136 | + |
136 | 137 | <dependencies>
|
137 | 138 | <dependency>
|
138 | 139 | <groupId>eu.europa.ec.dgc</groupId>
|
|
398 | 399 | </plugin>
|
399 | 400 | </plugins>
|
400 | 401 | </build>
|
401 |
| - |
| 402 | + |
402 | 403 | </project>
|
0 commit comments