Skip to content

Commit ecc6cda

Browse files
committed
feat: upgrade org.json:json from 20231013 to 20250107
Snyk has created this PR to upgrade org.json:json from 20231013 to 20250107. See this package in maven: org.json:json See this project in Snyk: https://app.snyk.io/org/dmaccormack/project/94764ffd-f7cb-4e32-9cf2-f41ada7ea5b6?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a2b1aaa commit ecc6cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/jsonurl-jsonorg/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
<packaging>jar</packaging>
3232

3333
<properties>
34-
<org.json.parser>20231013</org.json.parser>
34+
<org.json.parser>20250107</org.json.parser>
3535
</properties>
3636

3737
<name>${project.groupId}:${project.artifactId}</name>
3838
<url>https://www.jsonurl.org</url>
3939
<description>
40-
This implements a JSON->URL parser using Douglas Crockford's original
40+
This implements a JSON-&gt;URL parser using Douglas Crockford's original
4141
Java implementation of JSON.
4242
</description>
4343
<distributionManagement>

0 commit comments

Comments
 (0)