Skip to content

Commit

Permalink
Merge pull request #4861 from thc202/wappalyzer/update-deps
Browse files Browse the repository at this point in the history
wappalyzer: update dependencies
  • Loading branch information
kingthorin authored Sep 4, 2023
2 parents a1c137f + 91ec2ad commit b147d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions addOns/wappalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Dependency updates.
- Depend on newer versions of Automation Framework and Common Library add-ons (Related to Issue 7961).

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions addOns/wappalyzer/wappalyzer.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
zapAddOn("automation")
zapAddOn("commonlib")

implementation("com.google.re2j:re2j:1.6")
implementation("com.google.re2j:re2j:1.7")

val batikVersion = "1.14"
implementation("org.apache.xmlgraphics:batik-anim:$batikVersion")
Expand All @@ -51,7 +51,7 @@ dependencies {
implementation("org.apache.xmlgraphics:batik-gvt:$batikVersion")
implementation("org.apache.xmlgraphics:batik-util:$batikVersion")

implementation("org.jsoup:jsoup:1.14.3")
implementation("org.jsoup:jsoup:1.16.1")

testImplementation(project(":testutils"))
}

0 comments on commit b147d4d

Please sign in to comment.