Skip to content

Commit

Permalink
fix: parent/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGASYNCHTTPCLIENT-8447519
  • Loading branch information
snyk-bot committed Jan 7, 2025
1 parent 77dd95c commit 9c573b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<aem.port>4502</aem.port>
<aem.publish.host>localhost</aem.publish.host>
<aem.publish.port>4503</aem.publish.port>
<aem.contextPath />
<aem.contextPath/>
<sling.user>admin</sling.user>
<sling.password>admin</sling.password>
<vault.user>admin</vault.user>
Expand All @@ -66,7 +66,7 @@
<maven.compiler.target>${aem.java.version}</maven.compiler.target>
<aem.selenium.base.it.version>0.2.48</aem.selenium.base.it.version>
<selenide.version>6.19.1</selenide.version>
<selenium.version>4.13.0</selenium.version>
<selenium.version>4.14.0</selenium.version>
</properties>

<!-- ======================================================================= -->
Expand Down

0 comments on commit 9c573b1

Please sign in to comment.