Skip to content

Commit 60f1500

Browse files
authored
Downgreade JRuby to 9.4.13.0
The latest JRuby is built with Java 21 which is not what Spring Integration is aimed for. We still support Java 17. Signed-off-by: Artem Bilan <[email protected]>
1 parent a906643 commit 60f1500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ subprojects { subproject ->
237237
jtaVersion = '2.0.1'
238238
jtdsVersion = '1.3.1'
239239
jmsApiVersion = '3.1.0'
240-
jrubyVersion = '10.0.0.1'
240+
jrubyVersion = '9.4.13.0'
241241
jpaApiVersion = '3.2.0'
242242
jstlVersion = '1.2'
243243
junitJupiterVersion = '5.12.2'

0 commit comments

Comments
 (0)