Skip to content

Commit 5d03804

Browse files
committed
Update version in docs to 4.14.1
1 parent 3b75607 commit 5d03804

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*If you're reading this on github.com, please note that this is the readme for the development
66
version and that some features described here might not yet have been released. You can find the
77
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
8-
[4.14.0](https://github.com/datastax/java-driver/tree/4.14.0).*
8+
[4.14.1](https://github.com/datastax/java-driver/tree/4.14.1).*
99

1010
A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and
1111
[DataStax Enterprise] \(4.7+), and [DataStax Astra], using exclusively Cassandra's binary protocol

changelog/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- Note: contrary to 3.x, insert new entries *first* in their section -->
44

5+
### 4.14.1
6+
7+
- [improvement] JAVA-3013: Upgrade dependencies to address CVEs and other security issues, 4.14.1 edition
8+
- [improvement] JAVA-3003: Update jnr-posix to address CVE-2014-4043
9+
- [improvement] JAVA-2977: Update Netty to resolve higher-priority CVEs
10+
511
### 4.14.0
612

713
- [bug] JAVA-2976: Support missing protocol v5 error codes CAS_WRITE_UNKNOWN, CDC_WRITE_FAILURE

manual/core/bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To import the driver's BOM, add the following section in your application's own
1313
<dependency>
1414
<groupId>com.datastax.oss</groupId>
1515
<artifactId>java-driver-bom</artifactId>
16-
<version>4.14.0</version>
16+
<version>4.14.1</version>
1717
<type>pom</type>
1818
<scope>import</scope>
1919
</dependency>
@@ -65,7 +65,7 @@ good idea to extract a property to keep it in sync with the BOM:
6565
```xml
6666
<project>
6767
<properties>
68-
<java-driver.version>4.14.0</java-driver.version>
68+
<java-driver.version>4.14.1</java-driver.version>
6969
</properties>
7070
<dependencyManagement>
7171
<dependencies>

0 commit comments

Comments
 (0)