Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion docker-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
# 'package format error' when trying to install the package. The workaround is
# to replace '-' with '.', then mangling the version to replace back.
version: "4.35.0.20250808"
epoch: 2
epoch: 3 # GHSA-3p8m-j85q-pgmj
description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -65,6 +65,8 @@ pipeline:
tag: ${{vars.mangled-package-version}}
expected-commit: 2e8d7ec78113f09eefb74bbb645b43b455a474e0

- uses: maven/pombump

- uses: patch
with:
patches: 0001-fix-paths.patch
Expand Down
4 changes: 4 additions & 0 deletions docker-selenium/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: io.netty
artifactId: netty-codec
version: 4.1.125.Final
Loading