Skip to content

Commit 4857448

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f416005 commit 4857448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/flagd/pom.xml

+1-1
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.15.3</version>
77+
<version>2.16.0</version>
7878
</dependency>
7979

8080
<dependency>

providers/go-feature-flag/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
43-
<version>2.15.3</version>
43+
<version>2.16.0</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)