Skip to content

Commit 373a338

Browse files
authored
Update gson to 2.11.0 (#10079)
Fixes #10077
1 parent 3a2603e commit 373a338

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

dev/build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<include name="guava/guava-33.0/failureaccess-1.0.2-rebased.jar"/>
7373
<include name="icu4j/63.1/icu4j.jar"/>
7474
<include name="jetty/jetty-9.4.44.v20210927/jetty-all-9.4.44.v20210927.jar"/>
75-
<include name="gson/gson-2.6.2.jar"/>
75+
<include name="gson/gson-2.11.0.jar"/>
7676
<include name="jscomp/20231112/sourcemap-rebased.jar"/>
7777
<include name="jsr305/jsr305.jar"/>
7878
<include name="protobuf/protobuf-2.5.0/protobuf-java-rebased-2.5.0.jar"/>
@@ -141,7 +141,7 @@
141141
-->
142142
<exclude name="META-INF/services/org.eclipse.jetty.security.Authenticator$Factory"/>
143143
</zipfileset>
144-
<zipfileset src="${gwt.tools.lib}/gson/gson-2.6.2.jar"/>
144+
<zipfileset src="${gwt.tools.lib}/gson/gson-2.11.0.jar"/>
145145
<zipfileset src="${gwt.tools.lib}/jscomp/20231112/sourcemap-rebased.jar"/>
146146
<zipfileset src="${gwt.tools.lib}/jsr305/jsr305.jar"/>
147147
<zipfileset
@@ -232,7 +232,7 @@
232232
location="${gwt.tools.lib}/guava/guava-33.0/guava-33.0.0-jre-rebased.jar"/>
233233
<pathelement
234234
location="${gwt.tools.lib}/guava/guava-33.0/failureaccess-1.0.2-rebased.jar"/>
235-
<pathelement location="${gwt.tools.lib}/gson/gson-2.6.2.jar"/>
235+
<pathelement location="${gwt.tools.lib}/gson/gson-2.11.0.jar"/>
236236
<pathelement location="${gwt.tools.lib}/jscomp/20231112/sourcemap-rebased.jar"/>
237237
<pathelement location="${gwt.tools.lib}/json/android-sdk-19.1/json-android-rebased.jar"/>
238238
<pathelement location="${gwt.tools.lib}/jsr305/jsr305.jar"/>

eclipse/dev/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<classpathentry kind="var" path="GWT_TOOLS/lib/htmlunit/htmlunit-2.19/htmlunit-core-js-2.15.jar"/>
2323
<classpathentry kind="var" path="GWT_TOOLS/lib/protobuf/protobuf-2.5.0/protobuf-java-rebased-2.5.0.jar"/>
2424
<classpathentry kind="var" path="GWT_TOOLS/lib/guava/guava-33.0/guava-33.0.0-jre-rebased.jar"/>
25-
<classpathentry kind="var" path="GWT_TOOLS/lib/gson/gson-2.6.2.jar"/>
25+
<classpathentry kind="var" path="GWT_TOOLS/lib/gson/gson-2.11.0.jar"/>
2626
<classpathentry kind="var" path="GWT_TOOLS/lib/jscomp/20160315/sourcemap-rebased.jar"/>
2727
<classpathentry kind="var" path="GWT_TOOLS/lib/json/android-sdk-19.1/json-android-rebased.jar"/>
2828
<classpathentry kind="var" path="GWT_TOOLS/lib/apache/commons/commons-collections-3.2.2.jar"/>

eclipse/dev/codeserver/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry kind="src" path="codeserver/javatests"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="var" path="GWT_TOOLS/lib/guava/guava-33.0/guava-33.0.0-jre-rebased.jar"/>
7-
<classpathentry kind="var" path="GWT_TOOLS/lib/gson-2.6.2.jar"/>
7+
<classpathentry kind="var" path="GWT_TOOLS/lib/gson-2.11.0.jar"/>
88
<classpathentry kind="var" path="GWT_TOOLS/lib/jscomp/20160315/sourcemap-rebased.jar"/>
99
<classpathentry kind="var" path="GWT_TOOLS/lib/junit/junit-4.8.2.jar" sourcepath="/GWT_TOOLS/lib/junit/junit-4.8.2-src.zip"/>
1010
<classpathentry combineaccessrules="false" kind="src" path="/gwt-dev"/>

maven/poms/gwt/pom-template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.google.code.gson</groupId>
105105
<artifactId>gson</artifactId>
106-
<version>2.6.2</version>
106+
<version>2.11.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.ow2.asm</groupId>

maven/poms/requestfactory/pom-template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.code.gson</groupId>
6767
<artifactId>gson</artifactId>
68-
<version>2.6.2</version>
68+
<version>2.11.0</version>
6969
</dependency>
7070
</dependencies>
7171
</dependencyManagement>

servlet/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<target name="-deps" description="Packages this project's dependencies into a jar">
117117
<mkdir dir="${gwt.build.lib}" />
118118
<gwt.jar destfile="${project.lib.deps}">
119-
<zipfileset src="${gwt.tools.lib}/gson/gson-2.6.2.jar"/>
119+
<zipfileset src="${gwt.tools.lib}/gson/gson-2.11.0.jar"/>
120120
<!-- The following jar satisfies RequestFactory dependencies. -->
121121
<zipfileset src="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" />
122122
</gwt.jar>

0 commit comments

Comments
 (0)