Skip to content

Commit c28f492

Browse files
committed
Update to last jossl
1 parent 5570cf8 commit c28f492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def version
2424

2525
default_gems =
2626
[
27-
ImportedGem.new( 'jruby-openssl', '0.9.9', true ),
27+
ImportedGem.new( 'jruby-openssl', '0.9.10', true ),
2828
ImportedGem.new( 'rake', 'rake.version', true ),
2929
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
3030
ImportedGem.new( 'json', 'json.version', true, false ),

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>rubygems</groupId>
2828
<artifactId>jruby-openssl</artifactId>
29-
<version>0.9.9</version>
29+
<version>0.9.10</version>
3030
<type>gem</type>
3131
</dependency>
3232
<dependency>

0 commit comments

Comments
 (0)