Skip to content

Commit d532aaa

Browse files
renovate[bot]aepfli
authored andcommitted
chore(deps): update jackson monorepo to v2.21.2 (#1762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01675f3 commit d532aaa

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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.21.1</version>
48+
<version>2.21.2</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.21.1</version>
61+
<version>2.21.2</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.1</version>
68+
<version>2.21.2</version>
6969
<scope>test</scope>
7070
</dependency>
7171

providers/go-feature-flag/pom.xml

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

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

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

5454
<dependency>

providers/ofrep/pom.xml

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

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

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

5454
<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.1</jackson-databind.version>
19+
<jackson-databind.version>2.21.2</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.1</version>
46+
<version>2.21.2</version>
4747
</dependency>
4848

4949
<dependency>

0 commit comments

Comments
 (0)