Skip to content

Commit 09afef0

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.2
1 parent caeae62 commit 09afef0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1</version>
75+
<version>2.16.2</version>
7676
</dependency>
7777

7878
<dependency>

providers/flipt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.16.1</version>
53+
<version>2.16.2</version>
5454
<scope>test</scope>
5555
</dependency>
5656

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.1</version>
43+
<version>2.16.2</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)