Skip to content

Commit

Permalink
Updated oracle driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed May 24, 2024
1 parent f872454 commit 8da01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/AbstractRife2Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AbstractRife2Build()
.include(dependency("org.hsqldb", "hsqldb", version(2,7,2)))
.include(dependency("org.apache.derby", "derby", version("10.16.1.1")))
.include(dependency("org.apache.derby", "derbytools", version("10.16.1.1")))
.include(dependency("com.oracle.database.jdbc", "ojdbc11", version("23.3.0.23.09")));
.include(dependency("com.oracle.database.jdbc", "ojdbc11", version("23.4.0.24.05")));

cleanOperation()
.directories(
Expand Down

0 comments on commit 8da01bc

Please sign in to comment.