Skip to content

Commit

Permalink
Revert ZAP version back to 2.15
Browse files Browse the repository at this point in the history
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin committed Dec 19, 2024
1 parent 0619b9c commit ea69e87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion addOns/retire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- An issue that was resulting in False Positives.

### Changed
- Update minimum ZAP version to 2.16.0.
- The scan rule now uses a more specific CWE (Issue 8732).

## [0.42.0] - 2024-11-25
Expand Down
1 change: 1 addition & 0 deletions addOns/retire/retire.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Use Retire.js to identify vulnerable or out-dated JavaScript pack
zapAddOn {
addOnName.set("Retire.js")
addOnStatus.set(AddOnStatus.RELEASE)
zapVersion.set("2.15.0")

manifest {
author.set("Nikita Mundhada and the ZAP Dev Team")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ allprojects {
}

java {
val javaVersion = JavaVersion.VERSION_17
val javaVersion = JavaVersion.VERSION_11
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
}
Expand Down

0 comments on commit ea69e87

Please sign in to comment.