Skip to content

Commit dc7fb78

Browse files
authored
Upgrade to JRuby 9.4.14.0 (#1313)
1 parent d081f5f commit dc7fb78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Improvements::
1818
* Upgrade to asciidoctorj-pdf 2.3.19 (#1300)
1919
* Upgrade to asciidoctorj-epub 2.2.0 (#1300)
2020
* Upgrade to asciidoctorj-revealjs 5.2.0 (#1300)
21-
* Upgrade to JRuby 9.4.12.1 (#1301)
21+
* Upgrade to JRuby 9.4.14.0 (#1313)
2222

2323
Bug Fixes::
2424

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ext {
7575
commonsioVersion = '2.19.0'
7676
hamcrestVersion = '2.2'
7777
jcommanderVersion = '2.0'
78-
jrubyVersion = '9.4.12.1'
78+
jrubyVersion = '9.4.14.0'
7979
jsoupVersion = '1.20.1'
8080
junit4Version = '4.13.2'
8181
junit5Version = '5.13.1'
@@ -188,8 +188,8 @@ subprojects {
188188
useJUnitPlatform()
189189

190190
forkEvery = 10
191-
minHeapSize = '128m'
192-
maxHeapSize = '1024m'
191+
minHeapSize = '256m'
192+
maxHeapSize = '2048m'
193193

194194
testLogging {
195195
// events 'passed', 'failed', 'skipped', 'standard_out', 'standard_error'

0 commit comments

Comments
 (0)