Skip to content

Commit

Permalink
Merge branch 'cassandra-3.11' into cassandra-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Oct 5, 2021
2 parents 1aae946 + 939ab71 commit c4a07ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .build/build-owasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
~ limitations under the License.
-->
<project basedir="." name="apache-cassandra-owasp-tasks">
<property name="dependency-check.home" value="${build.dir}/dependency-check-ant"/>
<property name="dependency-check.version" value="6.3.1"/>
<property name="dependency-check.version" value="6.3.2"/>
<property name="dependency-check.home" value="${build.dir}/dependency-check-ant-${dependency-check.version}"/>

<condition property="is.dependency.check.jar">
<available file="${dependency-check.home}/dependency-check-ant/dependency-check-ant.jar" type="file" />
Expand All @@ -34,7 +34,7 @@
<mkdir dir="${dependency-check.home}"/>

<get src="https://github.com/jeremylong/DependencyCheck/releases/download/v${dependency-check.version}/dependency-check-ant-${dependency-check.version}-release.zip"
dest="${dependency-check.home}/dependency-check-ant-${dependency-check.version}-release.zip" usetimestamp="true" />
dest="${dependency-check.home}/dependency-check-ant-${dependency-check.version}-release.zip"/>

<unzip src="${dependency-check.home}/dependency-check-ant-${dependency-check.version}-release.zip" dest="${dependency-check.home}"/>
</target>
Expand Down

0 comments on commit c4a07ae

Please sign in to comment.