Skip to content

Commit 7c37192

Browse files
chore(deps): update jackson monorepo to v2.20.1 (#1638)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 083b801 commit 7c37192

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0</version>
75+
<version>2.20.1</version>
7676
</dependency>
7777

7878
<dependency>

providers/flipt/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>2.20.0</version>
48+
<version>2.20.1</version>
4949
</dependency>
5050

5151
<dependency>
@@ -58,14 +58,14 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.20.0</version>
61+
<version>2.20.1</version>
6262
<scope>test</scope>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>
6767
<artifactId>jackson-databind</artifactId>
68-
<version>2.20.0</version>
68+
<version>2.20.1</version>
6969
<scope>test</scope>
7070
</dependency>
7171

providers/go-feature-flag/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-core</artifactId>
43-
<version>2.20.0</version>
43+
<version>2.20.1</version>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.20.0</version>
49+
<version>2.20.1</version>
5050
</dependency>
5151

5252
<dependency>

providers/ofrep/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.20.1</version>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>com.fasterxml.jackson.core</groupId>
5050
<artifactId>jackson-databind</artifactId>
51-
<version>2.20.0</version>
51+
<version>2.20.1</version>
5252
</dependency>
5353

5454
<dependency>

0 commit comments

Comments
 (0)