Skip to content

Commit 7e1a13e

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 (#979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d87e67 commit 7e1a13e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-databind</artifactId>
66-
<version>2.17.2</version>
66+
<version>2.18.0</version>
6767
</dependency>
6868

6969
<dependency>

providers/flipt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.17.2</version>
53+
<version>2.18.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656

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.17.2</version>
43+
<version>2.18.0</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)