Skip to content

Commit

Permalink
deps: update jackson dependencies to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 29, 2020
1 parent 767f995 commit 8739f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-firestore/pom.xml
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.3</version>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.11.3</version>
<version>2.12.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8739f87

Please sign in to comment.