This repository was archived by the owner on Sep 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ch-covidcertificate-backend-verification-check
ch-covidcertificate-backend-verification-check-ws Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8989 <dependency >
9090 <groupId >org.jetbrains.kotlinx</groupId >
9191 <artifactId >kotlinx-coroutines-core</artifactId >
92- <version >1.6.2 </version >
92+ <version >1.6.4 </version >
9393 <type >pom</type >
9494 </dependency >
9595 </dependencies >
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <java-version >11</java-version >
21- <kotlin .version>1.6.21 </kotlin .version>
21+ <kotlin .version>1.7.10 </kotlin .version>
2222
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525
26- <spring-boot-version >2.7.0 </spring-boot-version >
26+ <spring-boot-version >2.7.3 </spring-boot-version >
2727 <spring-cloud-sleuth-version >3.1.3</spring-cloud-sleuth-version >
2828 <jackson-version >2.11.1</jackson-version >
2929 <spring-cloud-connectors-version >2.2.13.RELEASE</spring-cloud-connectors-version >
6464 <dependency >
6565 <groupId >org.junit.jupiter</groupId >
6666 <artifactId >junit-jupiter-api</artifactId >
67- <version >5.8.2 </version >
67+ <version >5.9.0 </version >
6868 <scope >test</scope >
6969 </dependency >
7070 <dependency >
7171 <groupId >org.junit.jupiter</groupId >
7272 <artifactId >junit-jupiter-engine</artifactId >
73- <version >5.8.2 </version >
73+ <version >5.9.0 </version >
7474 <scope >test</scope >
7575 </dependency >
7676
You can’t perform that action at this time.
0 commit comments