Skip to content

Commit 24f11fd

Browse files
fix(deps): update jackson monorepo to v2.18.3 (#1254)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cc36dc commit 24f11fd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

providers/flagd/pom.xml

+1-1
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.18.2</version>
75+
<version>2.18.3</version>
7676
</dependency>
7777

7878
<dependency>

providers/flipt/pom.xml

+4-4
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.18.2</version>
48+
<version>2.18.3</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.18.2</version>
61+
<version>2.18.3</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.18.2</version>
68+
<version>2.18.3</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.18.2</version>
75+
<version>2.18.3</version>
7676
<scope>test</scope>
7777
</dependency>
7878

providers/go-feature-flag/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
43-
<version>2.18.2</version>
43+
<version>2.18.3</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)