Skip to content

Commit 58e9edf

Browse files
authored
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0 (#8040)
1 parent 3d55f77 commit 58e9edf

File tree

2 files changed

+2
-2
lines changed
  • appengine-java8/firebase-event-proxy
  • bigtable/scheduled-backups

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-databind</artifactId>
77-
<version>2.14.1</version>
77+
<version>2.15.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.14.1</version>
69+
<version>2.15.0</version>
7070
</dependency>
7171

7272
<dependency>

0 commit comments

Comments
 (0)