This repository was archived by the owner on Sep 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
ch-covidcertificate-backend-delivery
ch-covidcertificate-backend-delivery-data
ch-covidcertificate-backend-delivery-report
ch-covidcertificate-backend-delivery-ws Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >org.postgresql</groupId >
3838 <artifactId >postgresql</artifactId >
39- <version >42.5.4 </version >
39+ <version >42.6.0 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.flywaydb</groupId >
5454 <plugin >
5555 <groupId >org.jacoco</groupId >
5656 <artifactId >jacoco-maven-plugin</artifactId >
57- <version >0.8.8 </version >
57+ <version >0.8.10 </version >
5858 <executions >
5959 <!-- to avoid bugs in some situations -->
6060 <execution >
Original file line number Diff line number Diff line change 3535 <plugin >
3636 <groupId >org.jacoco</groupId >
3737 <artifactId >jacoco-maven-plugin</artifactId >
38- <version >0.8.8 </version >
38+ <version >0.8.10 </version >
3939 <executions >
4040 <execution >
4141 <id >report-aggregate</id >
Original file line number Diff line number Diff line change 201201 <plugin >
202202 <groupId >org.jacoco</groupId >
203203 <artifactId >jacoco-maven-plugin</artifactId >
204- <version >0.8.8 </version >
204+ <version >0.8.10 </version >
205205 <executions >
206206 <!-- to avoid bugs in some situations -->
207207 <execution >
Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1818
19- <spring-boot-version >2.7.9 </spring-boot-version >
19+ <spring-boot-version >2.7.12 </spring-boot-version >
2020 <jackson-version >2.11.1</jackson-version >
2121 <jsonwebtoken-version >0.11.5</jsonwebtoken-version >
22- <testcontainers-version >1.17.6 </testcontainers-version >
22+ <testcontainers-version >1.18.1 </testcontainers-version >
2323 <shedlock .version>4.44.0</shedlock .version>
24- <spring-cloud-sleuth-version >3.1.7 </spring-cloud-sleuth-version >
24+ <spring-cloud-sleuth-version >3.1.8 </spring-cloud-sleuth-version >
2525
2626 <itCoverageAgent />
2727
6565 <dependency >
6666 <groupId >org.junit.jupiter</groupId >
6767 <artifactId >junit-jupiter-api</artifactId >
68- <version >5.9.2 </version >
68+ <version >5.9.3 </version >
6969 <scope >test</scope >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.junit.jupiter</groupId >
7373 <artifactId >junit-jupiter-engine</artifactId >
74- <version >5.9.2 </version >
74+ <version >5.9.3 </version >
7575 <scope >test</scope >
7676 </dependency >
7777 <!-- testcontainers -->
You can’t perform that action at this time.
0 commit comments