Skip to content

Commit 059986c

Browse files
authored
Merge pull request #6 from oracle/upgrade_nosqldriver_to_5.4.17
Bumped oracle nosql java sdk to 5.4.17 which moved Netty to a later version.
2 parents cc09090 + 722ac12 commit 059986c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

model-cloud/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
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

model-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
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

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)