diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index 2154186645a401..96dcb2fa35a9ca 100644 --- a/Formula/w/wiremock-standalone.rb +++ b/Formula/w/wiremock-standalone.rb @@ -1,8 +1,8 @@ class WiremockStandalone < Formula desc "Simulator for HTTP-based APIs" homepage "https://wiremock.org/docs/running-standalone/" - url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.5.3/wiremock-standalone-3.5.3.jar" - sha256 "1c85a1b9a5b7ebf91db23f22643d00347436ea895446760bd6ae5f7105c71e3c" + url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.5.4/wiremock-standalone-3.5.4.jar" + sha256 "0658e4894b393ce3d8d9ef9b981f04eb3f81589304e8434ff4d0dcd17479565d" license "Apache-2.0" livecheck do @@ -11,7 +11,7 @@ class WiremockStandalone < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f7a07ced459b4a9e2a4cc7d55a930355b873478fe9af2811a3957460f8771686" + sha256 cellar: :any_skip_relocation, all: "bdb1c5258c45681b89d44bbac9c3a949f38afdeef2295fae617d274f804a138e" end depends_on "openjdk"