Skip to content

Commit 0efe0c2

Browse files
committed
Upgrading dependencies: jackson-core, jackson-annotations, jackson-databind
1 parent 974d157 commit 0efe0c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,17 @@
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-core</artifactId>
180-
<version>2.13.2</version>
180+
<version>2.14.2</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.fasterxml.jackson.core</groupId>
184184
<artifactId>jackson-annotations</artifactId>
185-
<version>2.13.2</version>
185+
<version>2.14.2</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>com.fasterxml.jackson.core</groupId>
189189
<artifactId>jackson-databind</artifactId>
190-
<version>2.13.4.2</version>
190+
<version>2.14.2</version>
191191
</dependency>
192192
</dependencies>
193193

0 commit comments

Comments
 (0)