Skip to content

Commit

Permalink
update jruby-openssl to 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Dec 2, 2016
1 parent 1d03cbc commit 5ac3a35
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 @@ -10,7 +10,7 @@ def initialize( name, version )

default_gems =
[
ImportedGem.new( 'jruby-openssl', '0.9.17' ),
ImportedGem.new( 'jruby-openssl', '0.9.19' ),
ImportedGem.new( 'rake', '${rake.version}' ),
ImportedGem.new( 'rdoc', '${rdoc.version}' ),
ImportedGem.new( 'json', '1.8.0' ),
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -32,7 +32,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.17</version>
<version>0.9.19</version>
<type>gem</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 5ac3a35

Please sign in to comment.