Skip to content

Commit 15d68cd

Browse files
authored
deps: update jackson dependencies to v2.11.2 (#314)
1 parent 14a31ea commit 15d68cd

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
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.fasterxml.jackson.core</groupId>
151151
<artifactId>jackson-databind</artifactId>
152-
<version>2.11.1</version>
152+
<version>2.11.2</version>
153153
<scope>test</scope>
154154
</dependency>
155155
</dependencies>

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.1</version>
191+
<version>2.11.2</version>
192192
</dependency>
193193

194194
<dependency>

0 commit comments

Comments
 (0)