File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <!-- Dependency versions -->
6262 <commons-exec .version>1.6.0</commons-exec .version>
6363 <commons-lang .version>2.6</commons-lang .version>
64- <jackson .version>2.17.2 </jackson .version>
64+ <jackson-bom .version>2.18.9 </jackson-bom .version>
6565 <java-websocket .version>1.6.0</java-websocket .version>
6666 <junit-jupiter .version>5.11.4</junit-jupiter .version>
6767 <junit .version>4.13.2</junit .version>
9595 <dependency >
9696 <groupId >com.fasterxml.jackson</groupId >
9797 <artifactId >jackson-bom</artifactId >
98- <version >${jackson.version} </version >
98+ <version >${jackson-bom .version} </version >
9999 <type >pom</type >
100100 <scope >import</scope >
101101 </dependency >
141141 <artifactId >junit-jupiter</artifactId >
142142 <version >${junit-jupiter.version} </version >
143143 </dependency >
144- <!-- For Jackson -->
145- <dependency >
146- <groupId >com.fasterxml.jackson.core</groupId >
147- <artifactId >jackson-databind</artifactId >
148- <version >${jackson.version} </version ></dependency >
149144 </dependencies >
150145 </dependencyManagement >
151146
You can’t perform that action at this time.
0 commit comments