File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" />
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
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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments