Skip to content

Commit

Permalink
Merge pull request #5226 from jruby/jossl-update
Browse files Browse the repository at this point in the history
upgrade to jruby-openssl 0.10.1
  • Loading branch information
kares committed Jun 23, 2018
2 parents e1d02a0 + b13f8f3 commit 4e8bb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.5'),
ImportedGem.new('jruby-openssl', '0.10.0'),
ImportedGem.new('jruby-openssl', '0.10.1'),
ImportedGem.new('json', '${json.version}'),
ImportedGem.new('psych', '3.0.2'),
ImportedGem.new('rake-ant', '1.0.4'),
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -112,7 +112,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -340,7 +340,7 @@ DO NOT MODIFIY - GENERATED CODE
<exclude>gems/ipaddr*1.2.0/*</exclude>
<exclude>gems/jar-dependencies*${jar-dependencies.version}/*</exclude>
<exclude>gems/jruby-readline*1.3.5/*</exclude>
<exclude>gems/jruby-openssl*0.10.0/*</exclude>
<exclude>gems/jruby-openssl*0.10.1/*</exclude>
<exclude>gems/json*${json.version}/*</exclude>
<exclude>gems/psych*3.0.2/*</exclude>
<exclude>gems/rake-ant*1.0.4/*</exclude>
Expand Down

0 comments on commit 4e8bb26

Please sign in to comment.