Skip to content

Commit 7760d09

Browse files
fix(security): update dependency com.fasterxml.jackson.core:jackson-core to v2.21.1 [security] (#1705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d131678 commit 7760d09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

providers/flipt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.20.1</version>
61+
<version>2.21.1</version>
6262
<scope>test</scope>
6363
</dependency>
6464

providers/go-feature-flag/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.20.1</version>
45+
<version>2.21.1</version>
4646
</dependency>
4747

4848
<dependency>

providers/ofrep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.20.1</version>
45+
<version>2.21.1</version>
4646
</dependency>
4747

4848
<dependency>

0 commit comments

Comments
 (0)