Skip to content

Commit 85a3ced

Browse files
authored
deps: update jackson dependencies to v2.10.3 (#122)
1 parent 293ba55 commit 85a3ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>com.fasterxml.jackson.core</groupId>
170170
<artifactId>jackson-databind</artifactId>
171-
<version>2.10.2</version>
171+
<version>2.10.3</version>
172172
<scope>test</scope>
173173
</dependency>
174174
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>com.fasterxml.jackson.core</groupId>
287287
<artifactId>jackson-core</artifactId>
288-
<version>2.10.2</version>
288+
<version>2.10.3</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)