Skip to content

Commit d792d60

Browse files
renovate[bot]toddbaert
authored andcommitted
chore(deps): update jackson monorepo
1 parent 4c2be13 commit d792d60

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

providers/flipt/pom.xml

Lines changed: 4 additions & 4 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.21.2</version>
48+
<version>2.22.0</version>
4949
</dependency>
5050

5151
<dependency>
@@ -58,21 +58,21 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.21.2</version>
61+
<version>2.22.0</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.21.2</version>
68+
<version>2.22.0</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.21</version>
75+
<version>2.22</version>
7676
<scope>test</scope>
7777
</dependency>
7878

providers/gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson</groupId>
4949
<artifactId>jackson-bom</artifactId>
50-
<version>2.21.1</version>
50+
<version>2.22.0</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

providers/go-feature-flag/pom.xml

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

4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.21.2</version>
45+
<version>2.22.0</version>
4646
</dependency>
4747

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

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

6060
<dependency>

providers/ofrep/pom.xml

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

4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.21.2</version>
45+
<version>2.22.0</version>
4646
</dependency>
4747

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

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

6060
<dependency>

tools/flagd-api-testkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<module-name>${groupId}.flagdapitestkit</module-name>
1717
<!-- Match any flagd-api version locally; CI sets exact version -->
1818
<flagd-api.version>[0.0.1,)</flagd-api.version>
19-
<jackson-databind.version>2.21.2</jackson-databind.version>
19+
<jackson-databind.version>2.22.0</jackson-databind.version>
2020
<assertj.version>3.27.7</assertj.version>
2121
</properties>
2222

tools/flagd-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-databind</artifactId>
46-
<version>2.21.2</version>
46+
<version>2.22.0</version>
4747
</dependency>
4848

4949
<dependency>

0 commit comments

Comments
 (0)