Skip to content

Commit 5c91fcb

Browse files
authored
Merge pull request #387 from thc202/zap-2.11-snapshot
Update add-ons to ZAP 2.11 and release main
2 parents 2d075ff + 97623e6 commit 5c91fcb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

addOns/addOns.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ subprojects {
8383
}
8484

8585
zapAddOn {
86-
zapVersion.set("2.9.0")
86+
zapVersion.set("2.11.0")
8787

8888
releaseLink.set(project.provider { "https://github.com/zaproxy/zap-core-help/releases/${zapAddOn.addOnId.get()}-v@CURRENT_VERSION@" })
8989

@@ -95,6 +95,7 @@ subprojects {
9595
}
9696

9797
dependencies {
98+
"zap"("org.zaproxy:zap:2.11.0-20210929.165234-4")
9899
"implementation"(project(":commonFiles"))
99100
}
100101

addOns/help/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=12
2-
release=false
2+
release=true

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ allprojects {
77

88
repositories {
99
mavenCentral()
10+
maven {
11+
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
12+
}
1013
}
1114

1215
spotless {

0 commit comments

Comments
 (0)