Skip to content

Commit ea22d36

Browse files
fix(deps): update dependency org.json:json to v20250107
1 parent 23c5e69 commit ea22d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/jsonlogic-eval-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.json</groupId>
4141
<artifactId>json</artifactId>
42-
<version>20240303</version>
42+
<version>20250107</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.github.spotbugs</groupId>

providers/multiprovider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.json</groupId>
2222
<artifactId>json</artifactId>
23-
<version>20240303</version>
23+
<version>20250107</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)