Skip to content

Commit 8ced828

Browse files
authored
fix(deps): update jackson core packages to v2.16.0 (GoogleCloudPlatform#8878)
1 parent a98c16e commit 8ced828

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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.3</version>
72+
<version>2.16.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-databind</artifactId>
77-
<version>2.15.3</version>
77+
<version>2.16.0</version>
7878
</dependency>
7979

8080
<!-- Test Dependencies -->

bigtable/scheduled-backups/pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
69+
<version>2.16.0</version>
7070
</dependency>
7171

7272
<dependency>

iap/pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
48+
<version>2.16.0</version>
4949
</dependency>
5050
<dependency>
5151
<artifactId>libraries-bom</artifactId>

0 commit comments

Comments
 (0)