Skip to content

Commit

Permalink
Smart driver version fix (#144)
Browse files Browse the repository at this point in the history
Use the newer version of smart driver
  • Loading branch information
hbhanawat authored Oct 26, 2023
1 parent d0d9e82 commit 602281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</publications>
<dependencies>
<!-- JDBC Drivers -->
<dependency org="com.yugabyte" name="jdbc-yugabytedb" rev="42.3.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
<dependency org="com.yugabyte" name="jdbc-yugabytedb" rev="42.3.5-yb-3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
<dependency org="org.hsqldb" name="hsqldb" rev="2.4.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>

<dependency org="com.zaxxer" name="HikariCP" rev="3.4.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
Expand Down

0 comments on commit 602281b

Please sign in to comment.