Skip to content

Commit

Permalink
Update JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Feb 16, 2025
1 parent b6e2774 commit f1dac13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</configurations>
<dependencies>
<dependency org="org.jruby" name="jruby"
rev="9.4.11.0" conf="binaries->default" />
rev="9.4.12.0" conf="binaries->default" />

<override org="com.github.jnr" module="jnr-ffi"
rev="2.2.17" />
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.4.11.0</version>
<version>9.4.12.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit f1dac13

Please sign in to comment.