This repository was archived by the owner on Sep 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
ch-covidcertificate-backend-transformation
ch-covidcertificate-backend-transformation-data
ch-covidcertificate-backend-transformation-model Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.postgresql</groupId >
3737 <artifactId >postgresql</artifactId >
38- <version >42.5.0 </version >
38+ <version >42.5.1 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.flywaydb</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >ch.admin.bag.covidcertificate</groupId >
2525 <artifactId >sdk-core</artifactId >
26- <version >3.2.1 </version >
26+ <version >3.3.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.fasterxml.jackson.module</groupId >
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.3 </spring-boot-version >
20- <spring-cloud-sleuth-version >3.1.3 </spring-cloud-sleuth-version >
21- <testcontainers-version >1.17.3 </testcontainers-version >
22- <shedlock-version >4.41 .0</shedlock-version >
19+ <spring-boot-version >2.7.8 </spring-boot-version >
20+ <spring-cloud-sleuth-version >3.1.6 </spring-cloud-sleuth-version >
21+ <testcontainers-version >1.17.6 </testcontainers-version >
22+ <shedlock-version >4.44 .0</shedlock-version >
2323
2424 <itCoverageAgent />
2525
6363 <dependency >
6464 <groupId >org.junit.jupiter</groupId >
6565 <artifactId >junit-jupiter-api</artifactId >
66- <version >5.9.0 </version >
66+ <version >5.9.2 </version >
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
7070 <groupId >org.junit.jupiter</groupId >
7171 <artifactId >junit-jupiter-engine</artifactId >
72- <version >5.9.0 </version >
72+ <version >5.9.2 </version >
7373 <scope >test</scope >
7474 </dependency >
7575
8989 <dependency >
9090 <groupId >ch.admin.bag.covidcertificate</groupId >
9191 <artifactId >cc-backend-logging</artifactId >
92- <version >1.0.3 </version >
92+ <version >1.0.6 </version >
9393 </dependency >
9494
9595 <!-- LogBack dependencies -->
You can’t perform that action at this time.
0 commit comments