Skip to content

Commit

Permalink
deps: update jackson dependencies to v2.12.1 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2021
1 parent c7cbc3f commit d62cd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubsublite-spark-sql-streaming/pom.xml
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.0</version>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.0</version>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit d62cd7f

Please sign in to comment.