File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
src/main/java/oracle/nosql/driver Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
4
4
5
- ## Unreleased
5
+ ## [ 5.4.14 ] 20230-11-17
6
6
7
7
## Added
8
8
- Added SDK version number in exception messages
9
9
10
10
## Changed
11
11
- Modified internal query processing to better support elasticity operations
12
+ - Update netty dependency to 4.1.101.Final
12
13
13
14
14
15
## [ 5.4.13] 2023-09-25
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ project. The version changes with each release.
37
37
<dependency>
38
38
<groupId>com.oracle.nosql.sdk</groupId>
39
39
<artifactId>nosqldriver</artifactId>
40
- <version>5.4.13 </version>
40
+ <version>5.4.14 </version>
41
41
</dependency>
42
42
```
43
43
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >com.oracle.nosql.sdk</groupId >
31
31
<artifactId >nosqldriver</artifactId >
32
- <version >5.4.13-SNAPSHOT </version >
32
+ <version >5.4.14 </version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
46
46
<copyright >Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.</copyright >
47
47
<java .apidoc>http://docs.oracle.com/javase/8/docs/api</java .apidoc>
48
48
<maven .deploy.skip>false</maven .deploy.skip>
49
- <netty .version>4.1.94 .Final</netty .version>
49
+ <netty .version>4.1.101 .Final</netty .version>
50
50
<jackson .version>2.15.2</jackson .version>
51
51
<bouncy .version>1.76</bouncy .version>
52
52
<!-- by default, skip tests; tests require a profile -->
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ public class SDKVersion {
12
12
/**
13
13
* The full X.Y.Z version of the current SDK
14
14
*/
15
- public static final String VERSION = "5.4.13 " ;
15
+ public static final String VERSION = "5.4.14 " ;
16
16
}
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >com.oracle.nosql.sdk</groupId >
6
- <version >5.4.13 </version >
6
+ <version >5.4.14 </version >
7
7
<artifactId >nosql-java-sdk-examples</artifactId >
8
8
<name >Oracle NoSQL Database Java Examples</name >
9
9
<description >Java examples for Oracle NoSQL Database</description >
25
25
<dependency >
26
26
<groupId >com.oracle.nosql.sdk</groupId >
27
27
<artifactId >nosqldriver</artifactId >
28
- <version >5.4.13 </version >
28
+ <version >5.4.14 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.oracle.nosql.sdk</groupId >
8
8
<artifactId >nosql-java-sdk</artifactId >
9
- <version >5.4.13-SNAPSHOT </version >
9
+ <version >5.4.14 </version >
10
10
<packaging >pom</packaging >
11
11
<name >Oracle NoSQL SDK</name >
12
12
<description >
You can’t perform that action at this time.
0 commit comments