Skip to content

Commit

Permalink
feat: upgrade org.json:json from 20231013 to 20240303
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.json:json from 20231013 to 20240303.

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
  • Loading branch information
snyk-bot committed Oct 6, 2024
1 parent a2b1aaa commit eac17ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/jsonurl-jsonorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<packaging>jar</packaging>

<properties>
<org.json.parser>20231013</org.json.parser>
<org.json.parser>20240303</org.json.parser>
</properties>

<name>${project.groupId}:${project.artifactId}</name>
<url>https://www.jsonurl.org</url>
<description>
This implements a JSON->URL parser using Douglas Crockford's original
This implements a JSON-&gt;URL parser using Douglas Crockford's original
Java implementation of JSON.
</description>
<distributionManagement>
Expand Down

0 comments on commit eac17ec

Please sign in to comment.