Skip to content

Commit 654046f

Browse files
committed
Bump JRuby to 9.2.1.0 for CharSequence newString
This RubyString factory was added in 9.2.1.0. Since nobody should expect support for 9.2.0.0 at this point, I am bumping the compile- time dependency.
1 parent 17dc5ab commit 654046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ plugin :clean do
8282
'failOnError' => 'false' )
8383
end
8484

85-
jar 'org.jruby:jruby-core', '9.2.0.0', :scope => :provided
85+
jar 'org.jruby:jruby-core', '9.2.1.0', :scope => :provided
8686
# for invoker generated classes we need to add javax.annotation when on Java > 8
8787
jar 'javax.annotation:javax.annotation-api', '1.3.1', :scope => :compile
8888
jar 'org.junit.jupiter:junit-jupiter', '5.11.4', :scope => :test

0 commit comments

Comments
 (0)