From 0347f565d074e26f95eb8c8dc66ee8622eec0c30 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 25 May 2023 13:14:08 -0500 Subject: [PATCH] Use jzlib 1.1.5 with concat gzip streams revert The concatenated gzip stream work in jruby/jzlib#1 broke some tests. We'll revisit it later. --- core/pom.rb | 2 +- core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.rb b/core/pom.rb index 30d70e6bf45..c809b4d8828 100644 --- a/core/pom.rb +++ b/core/pom.rb @@ -58,7 +58,7 @@ jar 'com.headius:invokebinder:1.13' jar 'com.headius:options:1.6' - jar 'org.jruby:jzlib:1.1.4' + jar 'org.jruby:jzlib:1.1.5' jar 'junit:junit', :scope => 'test' jar 'org.awaitility:awaitility', :scope => 'test' jar 'org.apache.ant:ant:${ant.version}', :scope => 'provided' diff --git a/core/pom.xml b/core/pom.xml index 7b49528fcf3..4e745728043 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -174,7 +174,7 @@ DO NOT MODIFY - GENERATED CODE org.jruby jzlib - 1.1.4 + 1.1.5 junit