Skip to content

Commit 01671f7

Browse files
committed
Update dependency versions for 5.2.29-SNAPSHOT release
1 parent 2a3535b commit 01671f7

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33

44
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+
511
## [5.2.28-SNAPSHOT] 2021-09-13
612

713
### Fixed

driver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.oracle.nosql.sdk</groupId>
3131
<artifactId>nosqldriver</artifactId>
32-
<version>5.2.28-SNAPSHOT</version>
32+
<version>5.2.29-SNAPSHOT</version>
3333
<packaging>jar</packaging>
3434

3535
<organization>
@@ -46,8 +46,8 @@
4646
<copyright>Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.</copyright>
4747
<java.apidoc>http://docs.oracle.com/javase/8/docs/api</java.apidoc>
4848
<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>
5151
<bouncy.version>1.68</bouncy.version>
5252
<!-- by default, skip tests; tests require a profile -->
5353
<maven.test.skip>true</maven.test.skip>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.oracle.nosql.sdk</groupId>
6-
<version>5.2.28-SNAPSHOT</version>
6+
<version>5.2.29-SNAPSHOT</version>
77
<artifactId>nosql-java-sdk-examples</artifactId>
88
<name>Oracle NoSQL Database Java Examples</name>
99
<description>Java examples for Oracle NoSQL Database</description>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.oracle.nosql.sdk</groupId>
2727
<artifactId>nosqldriver</artifactId>
28-
<version>5.2.28-SNAPSHOT</version>
28+
<version>5.2.29-SNAPSHOT</version>
2929
</dependency>
3030
</dependencies>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.oracle.nosql.sdk</groupId>
88
<artifactId>nosql-java-sdk</artifactId>
9-
<version>5.2.28-SNAPSHOT</version>
9+
<version>5.2.29-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<name>Oracle NoSQL SDK</name>
1212
<description>

0 commit comments

Comments
 (0)