File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 }
103103default_bc_version = File . read File . expand_path ( 'lib/jopenssl/version.rb' , File . dirname ( __FILE__ ) )
104104default_bc_version = default_bc_version [ /BOUNCY_CASTLE_VERSION\s ?=\s ?'(.*?)'/ , 1 ]
105105
106- properties ( 'jruby.plugins.version' => '1.1.5 ' ,
106+ properties ( 'jruby.plugins.version' => '1.1.6 ' ,
107107 'jruby.versions' => '1.7.26' ,
108108 'bc.versions' => default_bc_version ,
109109 'invoker.test' => '${bc.versions}' ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ DO NOT MODIFIY - GENERATED CODE
6060 <bc .versions>1.60</bc .versions>
6161 <invoker .skip>${maven.test.skip} </invoker .skip>
6262 <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>
6464 <jruby .version>9.1.17.0</jruby .version>
6565 <jruby .versions>1.7.26</jruby .versions>
6666 <mavengem .wagon.version>0.2.1</mavengem .wagon.version>
You can’t perform that action at this time.
0 commit comments