Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

[Snyk] Security upgrade org.seleniumhq.selenium:selenium-server from 2.53.0 to 3.0.0 #1049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: tools/automation/markdown-parser/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-6277380
  • Loading branch information
snyk-bot committed Mar 3, 2024
commit 84eced75d25bd9c176a28c5a94fdef3203a05f1c
2 changes: 1 addition & 1 deletion tools/automation/markdown-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.53.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down