From 0e23173bd8a78bc86b231d3b17c4ae33b7e9c5f6 Mon Sep 17 00:00:00 2001 From: Tobi Lehman Date: Mon, 8 Jul 2024 15:04:31 -0700 Subject: [PATCH 1/2] (PE-38292) Upgrade to JRuby 9.4.8.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 10a6bb80..bba1884a 100644 --- a/project.clj +++ b/project.clj @@ -22,7 +22,7 @@ [prismatic/schema] [slingshot] - [puppetlabs/jruby-deps "9.4.7.0-1"] + [puppetlabs/jruby-deps "9.4.8.0-1"] [puppetlabs/i18n] [puppetlabs/kitchensink] From 83d8d62dfa3811888983df49bf91dfde029c310e Mon Sep 17 00:00:00 2001 From: Tobi Lehman Date: Mon, 8 Jul 2024 15:53:41 -0700 Subject: [PATCH 2/2] (PE-38292) Bumping jruby-utils to 5.2 to take JRuby 9.4.8.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bba1884a..8b7f0a9a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject puppetlabs/jruby-utils "5.1.5-SNAPSHOT" +(defproject puppetlabs/jruby-utils "5.2.0-SNAPSHOT" :description "A library for working with JRuby" :url "https://github.com/puppetlabs/jruby-utils" :license {:name "Apache License, Version 2.0"