|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.3.3</version> |
| 8 | + <version>3.4.3</version> |
9 | 9 | <relativePath /> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>cdoc2-get-server</artifactId> |
13 | 13 | <groupId>ee.cyber.cdoc2</groupId> |
14 | | - <version>1.4.1</version> |
| 14 | + <version>1.4.2-SNAPSHOT</version> |
15 | 15 | <packaging>jar</packaging> |
16 | 16 |
|
17 | 17 | <name>cdoc2-get-server</name> |
|
24 | 24 |
|
25 | 25 | <tests>!(pkcs11 | slow)</tests> |
26 | 26 |
|
27 | | - <spring-boot.version>3.3.3</spring-boot.version> |
28 | | - <org-testcontainers.version>1.19.8</org-testcontainers.version> |
29 | | - |
30 | | - <micrometer.version>1.13.3</micrometer.version> |
31 | | - |
32 | | - <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html--> |
33 | | - <logback.version>1.5.7</logback.version> |
| 27 | + <spring-boot.version>3.4.3</spring-boot.version> |
| 28 | + <org-testcontainers.version>1.20.6</org-testcontainers.version> |
| 29 | + <micrometer.version>1.14.4</micrometer.version> |
| 30 | + <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html--> |
| 31 | + <logback.version>1.5.16</logback.version> |
34 | 32 | </properties> |
35 | 33 |
|
36 | 34 | <profiles> |
|
161 | 159 | <dependency> |
162 | 160 | <groupId>ee.cyber.cdoc2</groupId> |
163 | 161 | <artifactId>cdoc2-shared-crypto</artifactId> |
164 | | - <version>0.2.0</version> |
| 162 | + <version>0.2.1-SNAPSHOT</version> |
165 | 163 | </dependency> |
166 | 164 |
|
167 | 165 | <dependency> |
168 | 166 | <groupId>ee.cyber.cdoc2</groupId> |
169 | 167 | <artifactId>cdoc2-common-server</artifactId> |
170 | | - <version>2.1.1</version> |
| 168 | + <version>2.2.0-SNAPSHOT</version> |
171 | 169 | </dependency> |
172 | 170 |
|
173 | 171 | <dependency> |
174 | 172 | <groupId>ee.cyber.cdoc2</groupId> |
175 | 173 | <artifactId>cdoc2-server-db</artifactId> |
176 | | - <version>2.2.0</version> |
| 174 | + <version>2.2.1-SNAPSHOT</version> |
177 | 175 | </dependency> |
178 | 176 |
|
179 | 177 | <dependency> |
180 | 178 | <groupId>ee.cyber.cdoc2</groupId> |
181 | 179 | <artifactId>cdoc2-server-openapi</artifactId> |
182 | | - <version>0.1.0</version> |
| 180 | + <version>0.1.1-SNAPSHOT</version> |
183 | 181 | </dependency> |
184 | 182 |
|
185 | 183 | <dependency> |
|
192 | 190 | <dependency> |
193 | 191 | <groupId>ee.cyber.cdoc2</groupId> |
194 | 192 | <artifactId>cdoc2-common-server</artifactId> |
195 | | - <version>2.1.1</version> |
| 193 | + <version>2.2.0-SNAPSHOT</version> |
196 | 194 | <type>test-jar</type> |
197 | 195 | <scope>test</scope> |
198 | 196 | </dependency> |
|
252 | 250 | <dependency> |
253 | 251 | <groupId>org.liquibase</groupId> |
254 | 252 | <artifactId>liquibase-core</artifactId> |
255 | | - <version>4.27.0</version> |
| 253 | + <version>4.29.2</version> |
256 | 254 | <scope>test</scope> |
257 | 255 | </dependency> |
258 | 256 | <dependency> |
259 | 257 | <groupId>org.apache.httpcomponents.client5</groupId> |
260 | 258 | <artifactId>httpclient5</artifactId> |
261 | | - <version>5.3.1</version> |
| 259 | + <version>5.4.2</version> |
262 | 260 | <scope>test</scope> |
263 | 261 | </dependency> |
264 | 262 | <dependency> |
265 | 263 | <groupId>ee.cyber.cdoc2</groupId> |
266 | 264 | <artifactId>cdoc2-lib</artifactId> |
267 | | -<!-- for successful pkcs11 tests version must be at least 2.0.1-SNAPSHOT--> |
268 | 265 | <version>2.0.1</version> |
269 | 266 | <type>test-jar</type> |
270 | 267 | <scope>test</scope> |
|
0 commit comments