File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3535 </parent >
3636 <artifactId >dynamic-proxy</artifactId >
3737 <dependencies >
38+ <dependency >
39+ <groupId >com.fasterxml.jackson.core</groupId >
40+ <artifactId >jackson-core</artifactId >
41+ <version >2.17.0</version >
42+ </dependency >
3843 <dependency >
3944 <groupId >com.fasterxml.jackson.core</groupId >
4045 <artifactId >jackson-databind</artifactId >
41- <version >2.16.1 </version >
46+ <version >2.17.0 </version >
4247 </dependency >
4348 <dependency >
4449 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 3939 <artifactId >junit-jupiter-engine</artifactId >
4040 <scope >test</scope >
4141 </dependency >
42+ <dependency >
43+ <groupId >com.fasterxml.jackson.core</groupId >
44+ <artifactId >jackson-core</artifactId >
45+ <version >2.17.0</version >
46+ </dependency >
4247 <dependency >
4348 <groupId >com.fasterxml.jackson.core</groupId >
4449 <artifactId >jackson-databind</artifactId >
50+ <version >2.17.0</version >
4551 </dependency >
4652 </dependencies >
4753 <build >
You can’t perform that action at this time.
0 commit comments