Skip to content

Commit

Permalink
Use jzlib 1.1.5 with concat gzip streams revert
Browse files Browse the repository at this point in the history
The concatenated gzip stream work in jruby/jzlib#1 broke some
tests. We'll revisit it later.
  • Loading branch information
headius committed May 25, 2023
1 parent 4c869d1 commit f604731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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-SNAPSHOT'
jar 'junit:junit', :scope => 'test'
jar 'org.awaitility:awaitility', :scope => 'test'
jar 'org.apache.ant:ant:${ant.version}', :scope => 'provided'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jzlib</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f604731

Please sign in to comment.