Skip to content

Commit 3d55f77

Browse files
authored
fix(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.15.0 (#8039)
1 parent 42eb506 commit 3d55f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-java8/firebase-event-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.14.1</version>
72+
<version>2.15.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>

iap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-core</artifactId>
48-
<version>2.14.1</version>
48+
<version>2.15.0</version>
4949
</dependency>
5050
<dependency>
5151
<artifactId>libraries-bom</artifactId>

0 commit comments

Comments
 (0)