Skip to content

Commit

Permalink
Update version in docs to 4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Apr 27, 2022
1 parent 3b75607 commit 5d03804
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*If you're reading this on github.com, please note that this is the readme for the development
version and that some features described here might not yet have been released. You can find the
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
[4.14.0](https://github.com/datastax/java-driver/tree/4.14.0).*
[4.14.1](https://github.com/datastax/java-driver/tree/4.14.1).*

A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and
[DataStax Enterprise] \(4.7+), and [DataStax Astra], using exclusively Cassandra's binary protocol
Expand Down
6 changes: 6 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### 4.14.1

- [improvement] JAVA-3013: Upgrade dependencies to address CVEs and other security issues, 4.14.1 edition
- [improvement] JAVA-3003: Update jnr-posix to address CVE-2014-4043
- [improvement] JAVA-2977: Update Netty to resolve higher-priority CVEs

### 4.14.0

- [bug] JAVA-2976: Support missing protocol v5 error codes CAS_WRITE_UNKNOWN, CDC_WRITE_FAILURE
Expand Down
4 changes: 2 additions & 2 deletions manual/core/bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To import the driver's BOM, add the following section in your application's own
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-bom</artifactId>
<version>4.14.0</version>
<version>4.14.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -65,7 +65,7 @@ good idea to extract a property to keep it in sync with the BOM:
```xml
<project>
<properties>
<java-driver.version>4.14.0</java-driver.version>
<java-driver.version>4.14.1</java-driver.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 5d03804

Please sign in to comment.