diff --git a/docker-selenium.yaml b/docker-selenium.yaml index 8d5af0c3219..d0a1d1215d5 100644 --- a/docker-selenium.yaml +++ b/docker-selenium.yaml @@ -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 @@ -65,6 +65,8 @@ pipeline: tag: ${{vars.mangled-package-version}} expected-commit: 2e8d7ec78113f09eefb74bbb645b43b455a474e0 + - uses: maven/pombump + - uses: patch with: patches: 0001-fix-paths.patch diff --git a/docker-selenium/pombump-deps.yaml b/docker-selenium/pombump-deps.yaml new file mode 100644 index 00000000000..b4abb43255c --- /dev/null +++ b/docker-selenium/pombump-deps.yaml @@ -0,0 +1,4 @@ +patches: + - groupId: io.netty + artifactId: netty-codec + version: 4.1.125.Final