Skip to content

Commit 269d284

Browse files
feat: force update gson depdency (#460)
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent a90a864 commit 269d284

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

providers/flagd/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
<version>1.0.7</version>
8484
</dependency>
8585

86+
<!-- Override gson usage of json-logic-java-->
87+
<dependency>
88+
<groupId>com.google.code.gson</groupId>
89+
<artifactId>gson</artifactId>
90+
<version>2.10.1</version>
91+
</dependency>
92+
8693
<dependency>
8794
<groupId>com.networknt</groupId>
8895
<artifactId>json-schema-validator</artifactId>

0 commit comments

Comments
 (0)