Skip to content

Commit d62cd7f

Browse files
authored
deps: update jackson dependencies to v2.12.1 (#447)
1 parent c7cbc3f commit d62cd7f

File tree

1 file changed

+2
-2
lines changed
  • pubsublite-spark-sql-streaming

1 file changed

+2
-2
lines changed

pubsublite-spark-sql-streaming/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.fasterxml.jackson.core</groupId>
104104
<artifactId>jackson-core</artifactId>
105-
<version>2.12.0</version>
105+
<version>2.12.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.github.ben-manes.caffeine</groupId>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.fasterxml.jackson.core</groupId>
114114
<artifactId>jackson-databind</artifactId>
115-
<version>2.12.0</version>
115+
<version>2.12.1</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)