@@ -8,7 +8,7 @@ import org.zaproxy.gradle.addon.misc.ConvertMarkdownToHtml
88
99plugins {
1010 `java- library`
11- id(" org.zaproxy.add-on" ) version " 0.10 .0"
11+ id(" org.zaproxy.add-on" ) version " 0.11 .0"
1212 id(" org.zaproxy.crowdin" ) version " 0.4.0"
1313 id(" com.diffplug.spotless" )
1414 id(" com.github.node-gradle.node" ) version " 7.0.2"
@@ -22,7 +22,7 @@ val scriptsDir = layout.buildDirectory.dir("scripts")
2222zapAddOn {
2323 addOnId.set(" communityScripts" )
2424 addOnName.set(" Community Scripts" )
25- zapVersion.set(" 2.14 .0" )
25+ zapVersion.set(" 2.15 .0" )
2626 addOnStatus.set(AddOnStatus .ALPHA )
2727
2828 releaseLink.set(" https://github.com/zaproxy/community-scripts/compare/v@PREVIOUS_VERSION@...v@CURRENT_VERSION@" )
@@ -49,20 +49,20 @@ crowdin {
4949}
5050
5151dependencies {
52- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.3 " )
52+ testImplementation(" org.junit.jupiter:junit-jupiter:5.10.2 " )
5353 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
5454
55- testImplementation(" commons-io:commons-io:2.13.0 " )
56- testImplementation(" org.assertj:assertj-core:3.24.2 " )
57- testImplementation(" org.apache.commons:commons-lang3:3.12 .0" )
55+ testImplementation(" commons-io:commons-io:2.16.1 " )
56+ testImplementation(" org.assertj:assertj-core:3.26.0 " )
57+ testImplementation(" org.apache.commons:commons-lang3:3.14 .0" )
5858
5959 // The following versions should match the ones of the add-ons.
6060 testImplementation(" org.codehaus.groovy:groovy-all:3.0.14" )
6161 val graalJsVersion = " 22.3.3"
6262 testImplementation(" org.graalvm.js:js:$graalJsVersion " )
6363 testImplementation(" org.graalvm.js:js-scriptengine:$graalJsVersion " )
6464 testImplementation(" org.jruby:jruby-complete:1.7.4" )
65- testImplementation(" org.zaproxy:zest:0.18 .0" )
65+ testImplementation(" org.zaproxy:zest:0.21 .0" )
6666 testImplementation(" org.python:jython-standalone:2.7.2" )
6767}
6868
0 commit comments