diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index 963482aa0b649..cb06917b41777 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.4.1/wiremock-standalone-3.4.1.jar" - sha256 "4aac8f77a7870f33459fbbf320f396de5fcab696a288b0bab8c20aa8bdc6377b" + url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.4.2/wiremock-standalone-3.4.2.jar" + sha256 "06d7fba104667d09c7765e436b0176c4e7330eb47fe4fa3ff4dcad82a4cb9154" license "Apache-2.0" livecheck do @@ -11,7 +11,7 @@ class WiremockStandalone < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "31c4427b1504936eb26e3647b753a34ed63f716ba6ff1f2d19fd524b4ea508fe" + sha256 cellar: :any_skip_relocation, all: "030fba7305a8f0d597fde67e1f3988c258ac4b198113c3e732a01cf18aee5d1e" end depends_on "openjdk"