Skip to content

Commit 97df66f

Browse files
KA40094929KA40094929
authored andcommitted
fix: updated fasterxml jackson dependency to fix scheduler issue
1 parent d169521 commit 97df66f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@
133133
</dependency>
134134
<dependency>
135135
<groupId>com.fasterxml.jackson.core</groupId>
136-
<artifactId>jackson-databind</artifactId>
137-
<version>2.17.0-rc1</version>
136+
<artifactId>jackson-annotations</artifactId>
137+
<version>2.19.0</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.fasterxml.jackson.core</groupId>
141141
<artifactId>jackson-core</artifactId>
142-
<version>2.17.0-rc1</version>
142+
<version>2.19.0</version>
143143
</dependency>
144144

145145
<dependency>

0 commit comments

Comments
 (0)