This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >app.coronawarn.verification</groupId >
77 <artifactId >cwa-dcc-server</artifactId >
8- <version >1.0.3 -SNAPSHOT</version >
8+ <version >1.0.4 -SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
1111 <name >cwa-dcc-server</name >
3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3636 <!-- dependencies -->
37- <spring .boot.version>2.4.5 </spring .boot.version>
37+ <spring .boot.version>2.5.7 </spring .boot.version>
3838 <spring-security .version>5.3.10.RELEASE</spring-security .version>
39- <spring .cloud.version>2020.0.1 </spring .cloud.version>
39+ <spring .cloud.version>2020.0.4 </spring .cloud.version>
4040 <lombok .version>1.18.16</lombok .version>
4141 <liquibase .version>3.10.0</liquibase .version>
4242 <springdoc .version>1.4.5</springdoc .version>
5858 **/domain/*,
5959 **/config/*,
6060 **/exception/*
61- </sonar .coverage.exclusions>
61+ </sonar .coverage.exclusions>
6262 </properties >
6363
6464 <dependencyManagement >
9292 <artifactId >liquibase-core</artifactId >
9393 <version >${liquibase.version} </version >
9494 </dependency >
95+ <dependency >
96+ <groupId >org.apache.logging.log4j</groupId >
97+ <artifactId >log4j-bom</artifactId >
98+ <version >2.16.0</version >
99+ <scope >import</scope >
100+ </dependency >
95101 </dependencies >
96102 </dependencyManagement >
97103
240246 <artifactId >shedlock-spring</artifactId >
241247 <version >${shedlock.version} </version >
242248 </dependency >
249+
243250 </dependencies >
244251
245252 <build >
You can’t perform that action at this time.
0 commit comments