Skip to content

Commit 165b1db

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

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
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-databind</artifactId>
75-
<version>2.16.0</version>
75+
<version>2.16.1</version>
7676
</dependency>
7777

7878
<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.16.0</version>
43+
<version>2.16.1</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)