Commit 25a678d1 authored by Sneha Patil's avatar Sneha Patil
Browse files

ZCS-7105:Updating owasp library version

parent f44a0aee
......@@ -11,7 +11,7 @@
<dependency org="com.github.stephenc" name="jamm" rev="0.2.5"/>
<dependency org="com.google.guava" name="guava" rev="23.0"/>
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.3.1"/>
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="owasp-java-html-sanitizer" rev="r239"/>
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="owasp-java-html-sanitizer" rev="20190503.1"/>
<dependency org="com.ibm.icu" name="icu4j" rev="4.8.1.1"/>
<dependency org="com.jcraft" name="jzlib" rev="1.0.7"/>
<dependency org="com.kohlschutter.junixsocket" name="junixsocket-common" rev="2.0.4"/>
......
......@@ -191,7 +191,7 @@ sub stage_zimbra_core_lib($)
cpy_file("build/dist/neethi-3.0.2.jar", "$stage_base_dir/opt/zimbra/lib/jars/neethi-3.0.2.jar");
cpy_file("build/dist/nekohtml-1.9.13.1z.jar", "$stage_base_dir/opt/zimbra/lib/jars/nekohtml-1.9.13.1z.jar");
cpy_file("build/dist/oauth-20100527.jar", "$stage_base_dir/opt/zimbra/lib/jars/oauth-20100527.jar");
cpy_file("build/dist/owasp-java-html-sanitizer-r239.jar", "$stage_base_dir/opt/zimbra/lib/jars/owasp-java-html-sanitizer-r239.jar");
cpy_file("build/dist/owasp-java-html-sanitizer-20190503.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/owasp-java-html-sanitizer-20190503.1.jar");
cpy_file("build/dist/policy-2.3.jar", "$stage_base_dir/opt/zimbra/lib/jars/policy-2.3.jar");
cpy_file("build/dist/slf4j-api-1.6.4.jar", "$stage_base_dir/opt/zimbra/lib/jars/slf4j-api-1.6.4.jar");
cpy_file("build/dist/slf4j-log4j12-1.6.4.jar", "$stage_base_dir/opt/zimbra/lib/jars/slf4j-log4j12-1.6.4.jar");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment