From ab18fa0d8817f3d90265dfacc9e4d950d80d0da3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:48:00 +0000 Subject: [PATCH] openj9 0.46.1 --- Formula/o/openj9.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/openj9.rb b/Formula/o/openj9.rb index f823cbaad12a..3ddb5f8f0629 100644 --- a/Formula/o/openj9.rb +++ b/Formula/o/openj9.rb @@ -2,8 +2,8 @@ class Openj9 < Formula desc "High performance, scalable, Java virtual machine" homepage "https://www.eclipse.org/openj9/" url "https://github.com/eclipse-openj9/openj9.git", - tag: "openj9-0.45.0", - revision: "0863e24b1d3f1637a418c59435c514116444106c" + tag: "openj9-0.46.1", + revision: "4760d5d3202149479ba7beca189fcbdbe2e0e79b" license any_of: [ "EPL-2.0", "Apache-2.0", @@ -84,13 +84,13 @@ class Openj9 < Formula resource "omr" do url "https://github.com/eclipse-openj9/openj9-omr.git", - tag: "openj9-0.45.0", + tag: "openj9-0.46.1", revision: "254af5a0452934f62e3253c5565b183c682d3495" end resource "openj9-openjdk-jdk" do url "https://github.com/ibmruntimes/openj9-openjdk-jdk22.git", - tag: "openj9-0.45.0", + tag: "openj9-0.46.1", revision: "980fc841b6b683f31a8fde962b63dbd9ca97bd6a" end