File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 <version .agrona>1.22.0</version .agrona> <!-- do not increase past 1.22.0 until abandoning JDK 8 support, class file format 52 -->
3737 <version .commons-collections4>4.5.0</version .commons-collections4>
3838 <version .guava>33.5.0-jre</version .guava>
39+ <version .jackson-databind>2.21.1</version .jackson-databind>
3940
4041 <!-- Build maven-***-plugins -->
4142 <version .maven-jar-plugin>3.5.0</version .maven-jar-plugin>
390391 <scope >test</scope >
391392 </dependency >
392393
393- <!-- pom.xml snippets -->
394394 <dependency >
395395 <groupId >com.fasterxml.jackson.core</groupId >
396396 <artifactId >jackson-databind</artifactId >
397- <version >2.21.1 </version >
397+ <version >${version.jackson-databind} </version >
398398 <scope >test</scope >
399399 </dependency >
400- <dependency >
401- <groupId >com.fasterxml.jackson.dataformat</groupId >
402- <artifactId >jackson-dataformat-xml</artifactId >
403- <version >2.21.1</version >
404- <scope >test</scope >
405- </dependency >
406-
400+
407401 </dependencies >
408402</project >
You can’t perform that action at this time.
0 commit comments