Skip to content

Commit

Permalink
update jruby-openssl to 0.9.19
Browse files Browse the repository at this point in the history
kares committed Dec 2, 2016
1 parent 1d03cbc commit 5ac3a35
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -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' ),
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 5ac3a35

Please sign in to comment.