Skip to content

Commit 102e052

Browse files
fix(deps): update dependency org.json:json to v20250517 (#1379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c21ad89 commit 102e052

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>20250107</version>
42+
<version>20250517</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>20250107</version>
23+
<version>20250517</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)