156
156
<dependency >
157
157
<groupId >commons-fileupload</groupId >
158
158
<artifactId >commons-fileupload</artifactId >
159
- <version >1.4 </version >
159
+ <version >1.5 </version >
160
160
</dependency >
161
161
<dependency >
162
162
<groupId >com.zextras.carbonio.files</groupId >
191
191
<dependency >
192
192
<groupId >org.apache.commons</groupId >
193
193
<artifactId >commons-compress</artifactId >
194
- <version >1.20 </version >
194
+ <version >1.21 </version >
195
195
</dependency >
196
196
<dependency >
197
197
<groupId >ant-1.7.0-ziputil-patched</groupId >
261
261
<dependency >
262
262
<groupId >xerces</groupId >
263
263
<artifactId >xercesImpl</artifactId >
264
- <version >2.12.0 </version >
264
+ <version >2.12.2 </version >
265
265
</dependency >
266
266
<dependency >
267
267
<groupId >javax.mail</groupId >
340
340
<dependency >
341
341
<groupId >org.json</groupId >
342
342
<artifactId >json</artifactId >
343
- <version >20230227 </version >
343
+ <version >20240303 </version >
344
344
</dependency >
345
345
<dependency >
346
346
<groupId >org.apache.logging.log4j</groupId >
439
439
<dependency >
440
440
<groupId >org.owasp.antisamy</groupId >
441
441
<artifactId >antisamy</artifactId >
442
- <version >1.7.4 </version >
442
+ <version >1.7.6 </version >
443
443
</dependency >
444
444
<dependency >
445
445
<groupId >com.googlecode.owasp-java-html-sanitizer</groupId >
816
816
<jackson .version>2.8.11</jackson .version>
817
817
<bouncycastle .version>1.78.1</bouncycastle .version>
818
818
<asm .version>8.0.1</asm .version>
819
- <guava .version>28 .1-jre</guava .version>
819
+ <guava .version>33.3 .1-jre</guava .version>
820
820
<jython .version>2.7.4</jython .version>
821
821
<nekohtml .version>1.9.22</nekohtml .version>
822
822
<log4j .version>2.20.0</log4j .version>
925
925
<phase >validate</phase >
926
926
<configuration >
927
927
<target >
928
- <pathconvert property =" compile_classpath_value" refid =" maven.compile.classpath" />
929
- <pathconvert property =" runtime_classpath_value" refid =" maven.runtime.classpath" />
930
- <pathconvert property =" test_classpath_value" refid =" maven.test.classpath" />
931
- <!-- mvn properties shared with all modules while building project-->
928
+ <pathconvert property =" compile_classpath_value" refid =" maven.compile.classpath" />
929
+ <pathconvert property =" runtime_classpath_value" refid =" maven.runtime.classpath" />
930
+ <pathconvert property =" test_classpath_value" refid =" maven.test.classpath" />
931
+ <!-- mvn
932
+ properties shared with all modules while building project-->
932
933
<propertyfile file =" ${project.build.directory}/mvn-ant-shared-build.properties" >
933
- <!-- required to set carbonio.buildinfo.version-->
934
- <entry key =" mvn_revision" value =" ${revision}" />
934
+ <!-- required
935
+ to set carbonio.buildinfo.version-->
936
+ <entry key =" mvn_revision" value =" ${revision}" />
935
937
936
- <!-- properties needed by some ant tasks-->
937
- <entry key =" compile_classpath" value =" ${compile_classpath_value}" />
938
- <entry key =" runtime_classpath" value =" ${runtime_classpath_value}" />
939
- <entry key =" test_classpath" value =" ${test_classpath_value}" />
938
+ <!-- properties
939
+ needed by some ant tasks-->
940
+ <entry key =" compile_classpath" value =" ${compile_classpath_value}" />
941
+ <entry key =" runtime_classpath" value =" ${runtime_classpath_value}" />
942
+ <entry key =" test_classpath" value =" ${test_classpath_value}" />
940
943
</propertyfile >
941
944
<propertyfile file =" ${project.build.directory}/mvn-ant-shared-build.properties" >
942
- <entry key =" mvn_revision" value =" ${revision}" />
945
+ <entry key =" mvn_revision" value =" ${revision}" />
943
946
</propertyfile >
944
947
</target >
945
948
</configuration >
1053
1056
<artifactId >maven-enforcer-plugin</artifactId >
1054
1057
<version >3.1.0</version >
1055
1058
<dependencies >
1056
- <!-- https://github-wiki-see.page/m/GoogleCloudPlatform/cloud-opensource-java/wiki/Linkage-Checker-Enforcer-Rule -->
1059
+ <!--
1060
+ https://github-wiki-see.page/m/GoogleCloudPlatform/cloud-opensource-java/wiki/Linkage-Checker-Enforcer-Rule -->
1057
1061
<dependency >
1058
1062
<groupId >com.google.cloud.tools</groupId >
1059
1063
<artifactId >linkage-checker-enforcer-rules</artifactId >
1075
1079
<configuration >
1076
1080
<rules >
1077
1081
<!-- No duplicate version of dependency in POM -->
1078
- <banDuplicatePomDependencyVersions />
1082
+ <banDuplicatePomDependencyVersions />
1079
1083
<!-- Dependencies must converge.
1080
1084
If it fails use dependency management to declare which one to use. -->
1081
- <dependencyConvergence />
1085
+ <dependencyConvergence />
1082
1086
</rules >
1083
1087
</configuration >
1084
1088
</execution >
1147
1151
</plugins >
1148
1152
</build >
1149
1153
1150
- </project >
1154
+ </project >
0 commit comments