Skip to content

Commit 9adbbae

Browse files
committed
refactor: align jackson-databind with jackson versioning
1 parent 361882c commit 9adbbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
<dependency>
544544
<groupId>com.fasterxml.jackson.core</groupId>
545545
<artifactId>jackson-databind</artifactId>
546-
<version>2.14.2</version>
546+
<version>${jackson.version}</version>
547547
</dependency>
548548
<dependency>
549549
<groupId>com.fasterxml.jackson.module</groupId>

0 commit comments

Comments
 (0)