Skip to content

Commit 2e176e2

Browse files
authored
deps: update jackson dependencies to v2.11.3 (#396)
1 parent a12d558 commit 2e176e2

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
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>com.fasterxml.jackson.core</groupId>
150150
<artifactId>jackson-databind</artifactId>
151-
<version>2.11.2</version>
151+
<version>2.11.3</version>
152152
<scope>test</scope>
153153
</dependency>
154154
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>com.fasterxml.jackson.core</groupId>
190190
<artifactId>jackson-core</artifactId>
191-
<version>2.11.2</version>
191+
<version>2.11.3</version>
192192
</dependency>
193193

194194
<dependency>

0 commit comments

Comments
 (0)