Skip to content

Commit 8eab928

Browse files
committed
Update dependency library versions
1 parent 4b3a182 commit 8eab928

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## Unpublished
77

8+
### Changed
9+
- Updated copyrights to 2021
10+
- Updated versions of dependencies to latest releases
11+
- Updated links to Oracle NoSQL Database generic documentation to point to
12+
current documentation
13+
14+
### Fixed
15+
- Description for the SDK in the pom file is now correct
16+
817
## 5.2.25 - 2020-12-11
918

1019
### Added

driver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
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.52.Final</netty.version>
50-
<jackson.version>2.11.2</jackson.version>
51-
<bouncy.version>1.66</bouncy.version>
49+
<netty.version>4.1.58.Final</netty.version>
50+
<jackson.version>2.12.1</jackson.version>
51+
<bouncy.version>1.68</bouncy.version>
5252
<!-- by default, skip tests; tests require a profile -->
5353
<maven.test.skip>true</maven.test.skip>
5454
<javac>javac</javac>

0 commit comments

Comments
 (0)