Skip to content

Commit 2ca8359

Browse files
committed
[build] let's use latest jruby plugin
... suppresses (most) warnings on Java 9+
1 parent 80462cf commit 2ca8359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ supported_bc_versions = %w{ 1.55 1.56 1.57 1.58 1.59 }
103103
default_bc_version = File.read File.expand_path('lib/jopenssl/version.rb', File.dirname(__FILE__))
104104
default_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}',

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)