File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 5959 <io .netty.version>4.1.118.Final</io .netty.version>
6060 <java .version>23</java .version>
6161 <jquery .version>3.7.1</jquery .version>
62- <jruby .version>9.4.9.0 </jruby .version>
62+ <jruby .version>10.0.0.1 </jruby .version>
6363 <lombok .version>1.18.38</lombok .version>
6464 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
6565 <maven .compiler.proc>full</maven .compiler.proc>
217217 <artifactId >jruby-complete</artifactId >
218218 <version >${jruby.version} </version >
219219 </dependency >
220+ <dependency >
221+ <groupId >org.jruby</groupId >
222+ <artifactId >jruby</artifactId >
223+ <version >${jruby.version} </version >
224+ </dependency >
225+ <dependency >
226+ <groupId >org.jruby</groupId >
227+ <artifactId >jruby-stdlib</artifactId >
228+ <version >${jruby.version} </version >
229+ </dependency >
230+ <dependency >
231+ <groupId >org.jruby</groupId >
232+ <artifactId >jruby-base</artifactId >
233+ <version >${jruby.version} </version >
234+ </dependency >
220235 <dependency >
221236 <groupId >org.webjars</groupId >
222237 <artifactId >bootstrap</artifactId >
You can’t perform that action at this time.
0 commit comments