Skip to content

Commit

Permalink
Merge pull request #935 from robertpanzer/jruby-9.2.12.0
Browse files Browse the repository at this point in the history
Upgrade to jruby-9.2.12.0
  • Loading branch information
robertpanzer authored Jul 3, 2020
2 parents 82a7ecb + 6746f3c commit 06bf178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
Improvement::

* Add method StructuralNode.setLevel() (@Mogztter) (#931)
* Upgrade to JRuby 9.2.12.0 removing the last illegal access warnings (#935)

== 2.3.1 (2020-06-17)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.72'
jrubyVersion = '9.2.11.1'
jrubyVersion = '9.2.12.0'
jsoupVersion = '1.12.1'
junitVersion = '4.12'
nettyVersion = '4.0.33.Final'
Expand Down

0 comments on commit 06bf178

Please sign in to comment.