Skip to content

Commit 698d130

Browse files
authored
fix(deps): update jackson core packages to v2.15.3 (#8755)
1 parent 2fdb794 commit 698d130

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appengine-java8/firebase-backend/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-annotations</artifactId>
72-
<version>2.15.2</version>
72+
<version>2.15.3</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.firebase</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.15.2</version>
72+
<version>2.15.3</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-databind</artifactId>
77-
<version>2.15.2</version>
77+
<version>2.15.3</version>
7878
</dependency>
7979

8080
<!-- Test Dependencies -->

bigtable/scheduled-backups/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>
6868
<artifactId>jackson-databind</artifactId>
69-
<version>2.15.2</version>
69+
<version>2.15.3</version>
7070
</dependency>
7171

7272
<dependency>

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.15.2</version>
48+
<version>2.15.3</version>
4949
</dependency>
5050
<dependency>
5151
<artifactId>libraries-bom</artifactId>

0 commit comments

Comments
 (0)