Skip to content

Commit 1387275

Browse files
committed
Update dependencies
1 parent 6fc500f commit 1387275

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
- `COPY <tableName>[(<colums>)] TO|FROM <target>[ WITH <options>[ AND <options>...]]`
1212
- Add a method `CassandraConnection.setOptionSet(OptionSet)` to programmatically define a custom compliance mode option
1313
set on a pre-existing connection.
14+
### Changed
15+
- Update Java Driver for Apache Cassandra® to version 4.19.0.
16+
- Update Apache Commons IO to version 2.19.0.
17+
- Update Jackson dependencies to version 2.18.3.
18+
- Update Semver4j to version 5.6.0.
19+
- Update AWS Secrets Manager SDK to 2.31.21.
1420
### Fixed
1521
- Add codec for conversion between `Short` and CQL type `tinyint` (see issue
1622
[#76](https://github.com/ing-bank/cassandra-jdbc-wrapper/issues/76)).

Diff for: pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -119,29 +119,29 @@
119119
<java.version>1.8</java.version>
120120

121121
<!-- Versions for dependencies -->
122-
<aws-secretsmanager.version>2.29.39</aws-secretsmanager.version>
122+
<aws-secretsmanager.version>2.31.21</aws-secretsmanager.version>
123123
<aws-sigv4-auth-cassandra.version>4.0.9</aws-sigv4-auth-cassandra.version>
124124
<checkstyle.version>9.3</checkstyle.version>
125125
<caffeine.version>2.9.3</caffeine.version>
126126
<cassandra-driver-krb5.version>3.0.0</cassandra-driver-krb5.version>
127127
<commons-collections.version>4.4</commons-collections.version>
128-
<commons-io.version>2.18.0</commons-io.version>
128+
<commons-io.version>2.19.0</commons-io.version>
129129
<commons-lang3.version>3.17.0</commons-lang3.version>
130-
<java.driver.version>4.18.1</java.driver.version>
131-
<jackson.version>2.18.2</jackson.version>
130+
<java.driver.version>4.19.0</java.driver.version>
131+
<jackson.version>2.18.3</jackson.version>
132132
<javax-jsr305.version>3.0.2</javax-jsr305.version>
133133
<opencsv.version>5.9</opencsv.version>
134-
<semver4j.version>5.4.1</semver4j.version>
134+
<semver4j.version>5.6.0</semver4j.version>
135135
<!-- Versions for test dependencies -->
136-
<approvaltests.version>24.12.0</approvaltests.version>
136+
<approvaltests.version>24.20.0</approvaltests.version>
137137
<dotenv.version>2.3.2</dotenv.version>
138138
<hamcrest.version>2.2</hamcrest.version>
139-
<junit5.version>5.11.4</junit5.version>
140-
<junit-platform.version>1.11.4</junit-platform.version>
141-
<lombok.version>1.18.36</lombok.version>
139+
<junit5.version>5.12.2</junit5.version>
140+
<junit-platform.version>1.12.2</junit-platform.version>
141+
<lombok.version>1.18.38</lombok.version>
142142
<mockito.version>3.12.4</mockito.version>
143143
<slf4j.version>1.7.36</slf4j.version>
144-
<testcontainers.version>1.20.4</testcontainers.version>
144+
<testcontainers.version>1.20.6</testcontainers.version>
145145
<astra-sdk.version>1.2.9</astra-sdk.version>
146146
<!-- Versions for plugins -->
147147
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>

0 commit comments

Comments
 (0)