diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec77e6..8f027b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [Unreleased] +## [2.1.0] - 2024-09-19 ### Changed - Update copyrights to 2024 -- Upgrade NoSQL Java SDK dependency to version 5.4.12. +- Upgrade dependency to latest versions: + - NoSQL Java SDK dependency to version 5.4.15 + - Spring Framework to version 6.1.13 + - Spring Data to version 3.3.4 + - Apache Commons lang3 to version3.17.0 + - Project Reactor to version 3.6.10 + - Slf4j to version 2.0.16 ## [2.0.0] - 2023-08-29 ### Changed diff --git a/README.md b/README.md index df63e38..6e76231 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ project. The version changes with each release. com.oracle.nosql.sdk spring-data-oracle-nosql - 2.0.0 + 2.1.0 ``` @@ -76,7 +76,7 @@ See [CHANGELOG](./CHANGELOG.md) for changes in each release. org.springframework.boot spring-boot-starter - 3.1.2 + 3.3.4 ``` diff --git a/pom.xml b/pom.xml index 11a5077..b2404fc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.oracle.nosql.sdk spring-data-oracle-nosql - 2.0.0 + 2.1.0 Oracle NoSQL Database SDK for Spring Data Oracle NoSQL Database SDK for Spring Data @@ -45,17 +45,17 @@ UTF-8 MM-dd-HH-mm-ss - 5.4.13 + 5.4.15 - 6.0.16 - 3.1.2 - 3.13.0 - 3.5.8 + 6.1.13 + 3.3.4 + 3.17.0 + 3.6.10 - 3.1.2 + 3.3.4 4.13.2 - 3.5.8 - 2.0.7 + 3.6.10 + 2.0.16