Skip to content

Commit 1065704

Browse files
authored
deps: update jackson dependencies to v2.11.1 (#272)
1 parent 93c43db commit 1065704

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
@@ -167,7 +167,7 @@
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-databind</artifactId>
170-
<version>2.11.0</version>
170+
<version>2.11.1</version>
171171
<scope>test</scope>
172172
</dependency>
173173
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>com.fasterxml.jackson.core</groupId>
200200
<artifactId>jackson-core</artifactId>
201-
<version>2.11.0</version>
201+
<version>2.11.1</version>
202202
</dependency>
203203

204204
<dependency>

0 commit comments

Comments
 (0)