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 +6
-0
lines changed
ch-covidcertificate-backend-transformation
ch-covidcertificate-backend-transformation-model
ch-covidcertificate-backend-transformation-ws Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.fasterxml.jackson.module</groupId >
3434 <artifactId >jackson-module-kotlin</artifactId >
35+ <version >${jackson-version} </version >
3536 </dependency >
3637
3738 </dependencies >
Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >com.fasterxml.jackson.core</groupId >
5454 <artifactId >jackson-annotations</artifactId >
55+ <version >${jackson-version} </version >
5556 </dependency >
5657 <dependency >
5758 <groupId >com.fasterxml.jackson.core</groupId >
5859 <artifactId >jackson-databind</artifactId >
60+ <version >${jackson-version} </version >
5961 </dependency >
6062 <dependency >
6163 <groupId >com.fasterxml.jackson.datatype</groupId >
6264 <artifactId >jackson-datatype-joda</artifactId >
65+ <version >${jackson-version} </version >
6366 </dependency >
6467 <dependency >
6568 <groupId >com.fasterxml.jackson.datatype</groupId >
6669 <artifactId >jackson-datatype-jsr310</artifactId >
70+ <version >${jackson-version} </version >
6771 </dependency >
6872
6973 <!-- Spring Security Core -->
108112 <dependency >
109113 <groupId >com.fasterxml.jackson.module</groupId >
110114 <artifactId >jackson-module-kotlin</artifactId >
115+ <version >${jackson-version} </version >
111116 </dependency >
112117 </dependencies >
113118
You can’t perform that action at this time.
0 commit comments