Skip to content

Commit 7109e4b

Browse files
authored
Merge pull request #1983 from OWASP/renovate/major-jruby.version
fix(deps): update dependency org.jruby:jruby-complete to v10
2 parents 43d651e + deeeb6a commit 7109e4b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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>
@@ -217,6 +217,21 @@
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>

0 commit comments

Comments
 (0)