File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <active-support .version>2.11.2</active-support .version>
2525
2626 <!-- Accessibility Testing -->
27- <axe-selenium .version>4.10.2 </axe-selenium .version>
27+ <axe-selenium .version>4.11.1 </axe-selenium .version>
2828
2929 <!-- Allure Reporting -->
3030 <allure .version>2.29.0</allure .version>
147147 <artifactId >webdrivermanager</artifactId >
148148 <version >6.1.0</version >
149149 </dependency >
150+
151+ <!-- Selenium Version Management - Fix security vulnerabilities -->
152+ <dependency >
153+ <groupId >org.seleniumhq.selenium</groupId >
154+ <artifactId >selenium-java</artifactId >
155+ <version >4.26.0</version >
156+ </dependency >
157+ <dependency >
158+ <groupId >org.seleniumhq.selenium</groupId >
159+ <artifactId >selenium-ie-driver</artifactId >
160+ <version >4.26.0</version >
161+ </dependency >
162+ <dependency >
163+ <groupId >org.seleniumhq.selenium</groupId >
164+ <artifactId >selenium-remote-driver</artifactId >
165+ <version >4.26.0</version >
166+ </dependency >
167+
168+ <!-- AsyncHttpClient Version Management - Fix security vulnerability -->
169+ <dependency >
170+ <groupId >org.asynchttpclient</groupId >
171+ <artifactId >async-http-client</artifactId >
172+ <version >2.12.4</version >
173+ </dependency >
150174 </dependencies >
151175 </dependencyManagement >
152176
You can’t perform that action at this time.
0 commit comments