diff --git a/selenium.yaml b/selenium.yaml index 6e8d3c632fb..4505e243208 100644 --- a/selenium.yaml +++ b/selenium.yaml @@ -1,7 +1,7 @@ package: name: selenium version: "4.35.0" - epoch: 0 + epoch: 1 # GHSA-fghv-69vj-qj49 description: A browser automation framework and ecosystem. copyright: - license: Apache-2.0 @@ -44,6 +44,8 @@ pipeline: tag: selenium-${{package.version}} expected-commit: 1c58e5028bc5eaa94b12b856c2d4a87efa5363f5 + - uses: maven/pombump + - uses: patch with: patches: ignore-root-user-error.patch diff --git a/selenium/pombump-deps.yaml b/selenium/pombump-deps.yaml new file mode 100644 index 00000000000..c0a2cdbb5a0 --- /dev/null +++ b/selenium/pombump-deps.yaml @@ -0,0 +1,4 @@ +patches: + - groupId: io.netty + artifactId: netty-codec-http + version: 4.1.125.Final