Skip to content

Commit 6401275

Browse files
committed
Incorporating review comments
1 parent db1bcdf commit 6401275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ description = "Detect File upload requests and scan them to find related vulnera
4343
zapAddOn {
4444
addOnName.set("File upload Scan Rule")
4545
addOnStatus.set(AddOnStatus.ALPHA)
46-
zapVersion.set("2.11.0-SNAPSHOT")
46+
zapVersion.set("2.11.0")
4747
manifest {
4848
author.set("KSASAN preetkaran20@gmail.com")
4949
repo.set("https://github.com/SasanLabs/owasp-zap-fileupload-addon/")
5050
}
5151
}
5252

5353
dependencies {
54-
compileOnly("org.zaproxy:zap:2.11.0-SNAPSHOT")
54+
zap("org.zaproxy:zap:2.11.0-SNAPSHOT")
5555
}

0 commit comments

Comments
 (0)