Skip to content

Commit

Permalink
Update jnr-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Oct 29, 2024
1 parent 3052b8c commit 4d8ff2c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<exclude org="com.google.errorprone" />

<override org="com.github.jnr" module="jnr-ffi"
rev="2.2.16" />
rev="2.2.17" />
<override org="com.github.jnr" module="jnr-posix"
rev="3.1.19" />
<override org="org.ow2.asm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
rev="9.4.8.0" conf="binaries->default" />

<override org="com.github.jnr" module="jnr-ffi"
rev="2.2.16" />
rev="2.2.17" />
<override org="com.github.jnr" module="jnr-posix"
rev="3.1.19" />
<override org="org.ow2.asm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void createDatabase() {
}

final String jdbcUrl = dbContainer.getJdbcUrl();
System.out.println(jdbcUrl);
final String urlx = "restrictGetTables=true;useFetchSizeWithLongColumn=true";
createDataSource(jdbcUrl, "SYS AS SYSDBA", dbContainer.getPassword(), urlx);

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.16</version>
<version>2.2.17</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4d8ff2c

Please sign in to comment.