Skip to content

Commit 7b04d01

Browse files
oheger-boschsschuberth
authored andcommitted
deps: Downgrade the JRuby version
It has been observed that there is a slight performance decrease when generating PDF reports with JRuby 10.x. Since there are currently no specific reasons to move to version 10, downgrade to the most recent 9.x version until newer 10.x versions fix the issue. Signed-off-by: Oliver Heger <[email protected]>
1 parent 9748e62 commit 7b04d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jakartaMail = "2.0.2"
3434
jerseyCommon = "4.0.0"
3535
jgit = "7.4.0.202509020913-r"
3636
jiraRestClient = "7.0.1"
37-
jruby = "10.0.2.0"
37+
jruby = "9.4.14.0"
3838
jslt = "0.1.14"
3939
jsonSchemaValidator = "1.5.9"
4040
kaml = "0.104.0"

0 commit comments

Comments
 (0)