Skip to content

Commit e84c147

Browse files
committed
Prepare release 4.13.0
1 parent 9a19fbe commit e84c147

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to
55
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [4.13.0] - 2024-07-27
88
### Added
99
- Add support for switching execution profiles.
1010
- Add implementation for the methods `CassandraResultSet.getArray(int | String)` (see PR
@@ -16,7 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1616
PR [#69](https://github.com/ing-bank/cassandra-jdbc-wrapper/pull/69)).
1717
### Changed
1818
- Update Java Driver for Apache Cassandra® to version 4.18.1.
19-
- Update Jackson dependencies to version 2.17.1.
19+
- Update Apache Commons Lang to version 3.15.0.
20+
- Update Jackson dependencies to version 2.17.2.
2021
- Modify the scale value returned for the type `TIMESTAMP` (see PR
2122
[#58](https://github.com/ing-bank/cassandra-jdbc-wrapper/pull/58)).
2223
- Refactor handling of user-defined types and tuples in `CassandraResultSet.getObject(int | String)` (see PR
@@ -293,6 +294,7 @@ For this version, the changelog lists the main changes comparatively to the late
293294
- Fix logs in `CassandraConnection` constructor.
294295

295296
[original project]: https://github.com/adejanovski/cassandra-jdbc-wrapper/
297+
[4.13.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.12.0...v4.13.0
296298
[4.12.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.11.1...v4.12.0
297299
[4.11.1]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.11.0...v4.11.1
298300
[4.11.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.10.2...v4.11.0

Diff for: pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ing.data</groupId>
77
<artifactId>cassandra-jdbc-wrapper</artifactId>
8-
<version>4.12.0</version>
8+
<version>4.13.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Cassandra JDBC Wrapper</name>
@@ -118,20 +118,20 @@
118118
<cassandra-driver-krb5.version>3.0.0</cassandra-driver-krb5.version>
119119
<commons-collections.version>4.4</commons-collections.version>
120120
<commons-io.version>2.16.1</commons-io.version>
121-
<commons-lang3.version>3.14.0</commons-lang3.version>
121+
<commons-lang3.version>3.15.0</commons-lang3.version>
122122
<java.driver.version>4.18.1</java.driver.version>
123-
<jackson.version>2.17.1</jackson.version>
123+
<jackson.version>2.17.2</jackson.version>
124124
<javax-jsr305.version>3.0.2</javax-jsr305.version>
125125
<semver4j.version>5.3.0</semver4j.version>
126126
<!-- Versions for test dependencies -->
127127
<hamcrest.version>2.2</hamcrest.version>
128-
<junit5.version>5.10.2</junit5.version>
129-
<junit-platform.version>1.10.2</junit-platform.version>
130-
<lombok.version>1.18.32</lombok.version>
128+
<junit5.version>5.10.3</junit5.version>
129+
<junit-platform.version>1.10.3</junit-platform.version>
130+
<lombok.version>1.18.34</lombok.version>
131131
<mockito.version>3.12.4</mockito.version>
132132
<slf4j.version>1.7.36</slf4j.version>
133-
<testcontainers.version>1.19.8</testcontainers.version>
134-
<astra-sdk.version>1.2.7</astra-sdk.version>
133+
<testcontainers.version>1.20.0</testcontainers.version>
134+
<astra-sdk.version>1.2.8</astra-sdk.version>
135135
<!-- Versions for plugins -->
136136
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
137137
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>

0 commit comments

Comments
 (0)