File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
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
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
+ ## [ 5.2.29-SNAPSHOT] 2021-09-30
6
+
7
+ ### Changed
8
+ - Update netty dependency to 4.1.68.Final
9
+ - Update Jackson dependency to 2.12.4
10
+
5
11
## [ 5.2.28-SNAPSHOT] 2021-09-13
6
12
7
13
### Fixed
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.2.28 -SNAPSHOT</version >
32
+ <version >5.2.29 -SNAPSHOT</version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
46
46
<copyright >Copyright (c) 2011, 2021 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.63 .Final</netty .version>
50
- <jackson .version>2.12.1 </jackson .version>
49
+ <netty .version>4.1.68 .Final</netty .version>
50
+ <jackson .version>2.12.4 </jackson .version>
51
51
<bouncy .version>1.68</bouncy .version>
52
52
<!-- by default, skip tests; tests require a profile -->
53
53
<maven .test.skip>true</maven .test.skip>
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.2.28 -SNAPSHOT</version >
6
+ <version >5.2.29 -SNAPSHOT</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.2.28 -SNAPSHOT</version >
28
+ <version >5.2.29 -SNAPSHOT</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.2.28 -SNAPSHOT</version >
9
+ <version >5.2.29 -SNAPSHOT</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