Skip to content

Commit 328a7e0

Browse files
fix jackson-annotations version to work with jackson 2.20.0 (#2165)
1 parent 313b385 commit 328a7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>com.fasterxml.jackson.core</groupId>
168168
<artifactId>jackson-annotations</artifactId>
169-
<version>${jackson.version}</version>
169+
<version>2.20</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>com.fasterxml.jackson.core</groupId>
@@ -654,4 +654,4 @@
654654
</build>
655655
</profile>
656656
</profiles>
657-
</project>
657+
</project>

0 commit comments

Comments
 (0)