File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Refer to the [Oracle NoSQL IntelliJ Plugin installation guide](https://docs.orac
6565### Prerequisites
6666
6767- IntelliJ IDEA Build '242.23726.103'
68- - Oracle NoSQL Java SDK '5.4.16 ' or later ([ Download here] ( https://github.com/oracle/nosql-java-sdk ) ).
68+ - Oracle NoSQL Java SDK '5.4.17 ' or later ([ Download here] ( https://github.com/oracle/nosql-java-sdk ) ).
6969- Gradle version 8.12
7070- Java 17
7171
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212dependencies {
1313 implementation project(' :model-common' )
14- implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.16 ' )
14+ implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.17 ' )
1515 implementation ' org.jetbrains:annotations:26.0.2'
1616}
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.16 ' )
14+ implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.17 ' )
1515 testImplementation ' junit:junit:4.13.2'
1616}
1717
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 // testCompile group: 'junit', name: 'junit', version: '4.12'
2424 implementation project(' :model-common' )
2525 implementation project(' :model-cloud' )
26- implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.16 ' )
26+ implementation(' com.oracle.nosql.sdk:nosqldriver:5.4.17 ' )
2727 implementation(' com.fifesoft:rsyntaxtextarea:3.5.1' )
2828 implementation(' org.json:json:20240303' )
2929 implementation(' com.google.code.gson:gson:2.10.1' )
You can’t perform that action at this time.
0 commit comments