Skip to content

Commit b6c7da1

Browse files
authoredMar 10, 2024··
fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.2 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎providers/go-feature-flag/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.datatype</groupId>
3636
<artifactId>jackson-datatype-jsr310</artifactId>
37-
<version>2.16.1</version>
37+
<version>2.16.2</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.