We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dc5ab commit 654046fCopy full SHA for 654046f
Mavenfile
@@ -82,7 +82,7 @@ plugin :clean do
82
'failOnError' => 'false' )
83
end
84
85
-jar 'org.jruby:jruby-core', '9.2.0.0', :scope => :provided
+jar 'org.jruby:jruby-core', '9.2.1.0', :scope => :provided
86
# for invoker generated classes we need to add javax.annotation when on Java > 8
87
jar 'javax.annotation:javax.annotation-api', '1.3.1', :scope => :compile
88
jar 'org.junit.jupiter:junit-jupiter', '5.11.4', :scope => :test
0 commit comments