mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[Grazie][IDEA-346009] Update org.json:json to the 20240205 version
GitOrigin-RevId: ef9616f1e8cbc7a01704e1fa84f877328bfd976b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b846a4f198
commit
2359d59b8e
@@ -673,7 +673,7 @@ object CommunityLibraryLicenses {
|
||||
.suppliedByPersons("Atsuhiko Yamanaka"),
|
||||
LibraryLicense(name = "JSON", libraryName = "json.jar", license = "JSON License", licenseUrl = "https://www.json.org/license.html",
|
||||
url = "https://www.json.org/", version = LibraryLicense.CUSTOM_REVISION),
|
||||
LibraryLicense(name = "JSON in Java", libraryName = "org.json:json:20170516", license = "JSON License",
|
||||
LibraryLicense(name = "JSON in Java", libraryName = "org.json:json", license = "JSON License",
|
||||
licenseUrl = "https://www.json.org/license.html", url = "https://github.com/stleary/JSON-java"),
|
||||
LibraryLicense(name = "JSON Schema (schema.json)", attachedTo = "intellij.json", version = "draft-04",
|
||||
url = "https://json-schema.org/draft-04/schema#").simplifiedBsd(),
|
||||
|
||||
@@ -274,20 +274,20 @@
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="org.json:json:20170516" type="repository">
|
||||
<properties maven-id="org.json:json:20170516">
|
||||
<library name="org.json:json" type="repository">
|
||||
<properties maven-id="org.json:json:20240205">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/org/json/json/20170516/json-20170516.jar">
|
||||
<sha256sum>813f37e4820f1854e8a4eb4f80df94bf1b1f2ec6c3b72692f23ab9a556256af6</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/org/json/json/20240205/json-20240205.jar">
|
||||
<sha256sum>e89df61466f0807f8a86db0e8805a837e59462c8ca47c67786e432133c490aca</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20170516/json-20170516.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20240205/json-20240205.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20170516/json-20170516-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20240205/json-20240205-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
||||
Reference in New Issue
Block a user