IJPL-158238 update gson

GitOrigin-RevId: 5bb7451dee00acbc40311e8cfd22c4d1f3dc0033
This commit is contained in:
Vladimir Krivosheev
2024-07-12 07:52:31 +02:00
committed by intellij-monorepo-bot
parent a11e401edb
commit bfb0d960fb
2 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="gson" type="repository">
<properties maven-id="com.google.code.gson:gson:2.10.1">
<properties include-transitive-deps="false" maven-id="com.google.code.gson:gson:2.11.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar">
<sha256sum>4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar">
<sha256sum>57928d6e5a6edeb2abd3770a8f95ba44dce45f3b23b7a9dc2b309c581552a78b</sha256sum>
</artifact>
</verification>
</properties>
@@ -11,11 +11,11 @@
<root url="file://$PROJECT_DIR$/lib/annotations/gson" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.11.0/gson-2.11.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>