File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ supported_bc_versions = %w{ 1.55 1.56 1.57 1.58 1.59 }
103
103
default_bc_version = File . read File . expand_path ( 'lib/jopenssl/version.rb' , File . dirname ( __FILE__ ) )
104
104
default_bc_version = default_bc_version [ /BOUNCY_CASTLE_VERSION\s ?=\s ?'(.*?)'/ , 1 ]
105
105
106
- properties ( 'jruby.plugins.version' => '1.1.5 ' ,
106
+ properties ( 'jruby.plugins.version' => '1.1.6 ' ,
107
107
'jruby.versions' => '1.7.26' ,
108
108
'bc.versions' => default_bc_version ,
109
109
'invoker.test' => '${bc.versions}' ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ DO NOT MODIFIY - GENERATED CODE
60
60
<bc .versions>1.60</bc .versions>
61
61
<invoker .skip>${maven.test.skip} </invoker .skip>
62
62
<invoker .test>${bc.versions} </invoker .test>
63
- <jruby .plugins.version>1.1.5 </jruby .plugins.version>
63
+ <jruby .plugins.version>1.1.6 </jruby .plugins.version>
64
64
<jruby .version>9.1.17.0</jruby .version>
65
65
<jruby .versions>1.7.26</jruby .versions>
66
66
<mavengem .wagon.version>0.2.1</mavengem .wagon.version>
You can’t perform that action at this time.
0 commit comments