Skip to content

Commit

Permalink
upgrade jruby-openssl to 0.10.0 (#5176)
Browse files Browse the repository at this point in the history
* update to jruby-openssl 0.10.0 (staging) - for Java 9 compatibility

* use the (freshly backed) released jruby-openssl version 0.10.0
  • Loading branch information
kares committed May 17, 2018
1 parent 482159b commit ad34e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -31,7 +31,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new('ipaddr', '1.2.0'),
ImportedGem.new('jar-dependencies', '${jar-dependencies.version}'),
ImportedGem.new('jruby-readline', '1.2.2'),
ImportedGem.new('jruby-openssl', '0.9.21'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
ImportedGem.new('rake-ant', '1.0.4'),
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -112,7 +112,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.21</version>
<version>0.10.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down

0 comments on commit ad34e84

Please sign in to comment.