Skip to content

Commit 1da7e96

Browse files
chore(deps): update jackson monorepo (#1725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30e39de commit 1da7e96

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.1</version>
48+
<version>2.21.1</version>
4949
</dependency>
5050

5151
<dependency>
@@ -65,14 +65,14 @@
6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>
6767
<artifactId>jackson-databind</artifactId>
68-
<version>2.20.1</version>
68+
<version>2.21.1</version>
6969
<scope>test</scope>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-annotations</artifactId>
75-
<version>2.20</version>
75+
<version>2.21</version>
7676
<scope>test</scope>
7777
</dependency>
7878

providers/go-feature-flag/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.datatype</groupId>
3838
<artifactId>jackson-datatype-jsr310</artifactId>
39-
<version>2.20.1</version>
39+
<version>2.21.1</version>
4040
</dependency>
4141

4242
<dependency>
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.core</groupId>
5050
<artifactId>jackson-databind</artifactId>
51-
<version>2.20.1</version>
51+
<version>2.21.1</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-annotations</artifactId>
57-
<version>2.20</version>
57+
<version>2.21</version>
5858
</dependency>
5959

6060
<dependency>

providers/ofrep/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.datatype</groupId>
3838
<artifactId>jackson-datatype-jsr310</artifactId>
39-
<version>2.20.1</version>
39+
<version>2.21.1</version>
4040
</dependency>
4141

4242
<dependency>
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.core</groupId>
5050
<artifactId>jackson-databind</artifactId>
51-
<version>2.20.1</version>
51+
<version>2.21.1</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-annotations</artifactId>
57-
<version>2.20</version>
57+
<version>2.21</version>
5858
</dependency>
5959

6060
<dependency>

tools/flagd-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
44-
<version>2.20.1</version>
44+
<version>2.21.1</version>
4545
</dependency>
4646

4747
<dependency>

0 commit comments

Comments
 (0)