Skip to content

Commit 9fd05a6

Browse files
jderegclaude
andcommitted
Move Jackson version to property for consistency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68eef9f commit 9fd05a6

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
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>
@@ -390,19 +391,12 @@
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>

0 commit comments

Comments
 (0)