Skip to content

Commit 133ff76

Browse files
authored
Merge pull request #233300 from Homebrew/bump-selenium-server-4.35.0
selenium-server 4.35.0
2 parents a5c449d + e0c3ab0 commit 133ff76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/selenium-server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SeleniumServer < Formula
22
desc "Browser automation for testing purposes"
33
homepage "https://www.selenium.dev/"
4-
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.34.0/selenium-server-4.34.0.jar"
5-
sha256 "c4ca7b2453abec28ac705cfc61321ba7ed62e886fbfd54c997b133d73c69c508"
4+
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.35.0/selenium-server-4.35.0.jar"
5+
sha256 "1137875ae8fd45003fd02342ded5208401b72b526ec439956789d2f17dd4e011"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class SeleniumServer < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "798758819ac6c139c14969dc21d151c451daac6eb06d765ca8f7c72267ab117a"
14+
sha256 cellar: :any_skip_relocation, all: "19fcd1be490f92e925c8740e1205826033fffbcb1a03de0b1aae101e35b36cf2"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)