Skip to content

Commit 6420b80

Browse files
authored
Merge pull request #397 from thc202/update-zap
Use main ZAP version
2 parents e5885e4 + c0f26d8 commit 6420b80

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

addOns/addOns.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ subprojects {
9595
}
9696

9797
dependencies {
98-
"zap"("org.zaproxy:zap:2.11.0-20210929.165234-4")
9998
"implementation"(project(":commonFiles"))
10099
}
101100

build.gradle.kts

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

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

1512
spotless {

0 commit comments

Comments
 (0)