File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3737 <lombok .version>1.18.22</lombok .version>
3838 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3939 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
40+ <jackson .version>2.20.1</jackson .version>
41+ <json .unit>2.40.1</json .unit>
4042 </properties >
4143
4244 <distributionManagement >
6264 <dependency >
6365 <groupId >com.fasterxml.jackson.core</groupId >
6466 <artifactId >jackson-databind</artifactId >
65- <version >2.14.2 </version >
67+ <version >${jackson.version} </version >
6668 <scope >test</scope >
6769 </dependency >
6870 <dependency >
6971 <groupId >net.javacrumbs.json-unit</groupId >
7072 <artifactId >json-unit-assertj</artifactId >
71- <version >2.36.1 </version >
73+ <version >${json.unit} </version >
7274 <scope >test</scope >
7375 </dependency >
7476
You can’t perform that action at this time.
0 commit comments