File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 72
72
<include name =" guava/guava-33.0/failureaccess-1.0.2-rebased.jar" />
73
73
<include name =" icu4j/63.1/icu4j.jar" />
74
74
<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" />
76
76
<include name =" jscomp/20231112/sourcemap-rebased.jar" />
77
77
<include name =" jsr305/jsr305.jar" />
78
78
<include name =" protobuf/protobuf-2.5.0/protobuf-java-rebased-2.5.0.jar" />
141
141
-->
142
142
<exclude name =" META-INF/services/org.eclipse.jetty.security.Authenticator$Factory" />
143
143
</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" />
145
145
<zipfileset src =" ${ gwt.tools.lib } /jscomp/20231112/sourcemap-rebased.jar" />
146
146
<zipfileset src =" ${ gwt.tools.lib } /jsr305/jsr305.jar" />
147
147
<zipfileset
232
232
location =" ${ gwt.tools.lib } /guava/guava-33.0/guava-33.0.0-jre-rebased.jar" />
233
233
<pathelement
234
234
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" />
236
236
<pathelement location =" ${ gwt.tools.lib } /jscomp/20231112/sourcemap-rebased.jar" />
237
237
<pathelement location =" ${ gwt.tools.lib } /json/android-sdk-19.1/json-android-rebased.jar" />
238
238
<pathelement location =" ${ gwt.tools.lib } /jsr305/jsr305.jar" />
Original file line number Diff line number Diff line change 22
22
<classpathentry kind =" var" path =" GWT_TOOLS/lib/htmlunit/htmlunit-2.19/htmlunit-core-js-2.15.jar" />
23
23
<classpathentry kind =" var" path =" GWT_TOOLS/lib/protobuf/protobuf-2.5.0/protobuf-java-rebased-2.5.0.jar" />
24
24
<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" />
26
26
<classpathentry kind =" var" path =" GWT_TOOLS/lib/jscomp/20160315/sourcemap-rebased.jar" />
27
27
<classpathentry kind =" var" path =" GWT_TOOLS/lib/json/android-sdk-19.1/json-android-rebased.jar" />
28
28
<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 4
4
<classpathentry kind =" src" path =" codeserver/javatests" />
5
5
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6
6
<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" />
8
8
<classpathentry kind =" var" path =" GWT_TOOLS/lib/jscomp/20160315/sourcemap-rebased.jar" />
9
9
<classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-4.8.2.jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-4.8.2-src.zip" />
10
10
<classpathentry combineaccessrules =" false" kind =" src" path =" /gwt-dev" />
Original file line number Diff line number Diff line change 103
103
<dependency >
104
104
<groupId >com.google.code.gson</groupId >
105
105
<artifactId >gson</artifactId >
106
- <version >2.6.2 </version >
106
+ <version >2.11.0 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >org.ow2.asm</groupId >
Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >com.google.code.gson</groupId >
67
67
<artifactId >gson</artifactId >
68
- <version >2.6.2 </version >
68
+ <version >2.11.0 </version >
69
69
</dependency >
70
70
</dependencies >
71
71
</dependencyManagement >
Original file line number Diff line number Diff line change 116
116
<target name =" -deps" description =" Packages this project's dependencies into a jar" >
117
117
<mkdir dir =" ${ gwt.build.lib } " />
118
118
<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" />
120
120
<!-- The following jar satisfies RequestFactory dependencies. -->
121
121
<zipfileset src =" ${ gwt.tools.lib } /javax/validation/validation-api-1.0.0.GA.jar" />
122
122
</gwt .jar>
You can’t perform that action at this time.
0 commit comments