File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,15 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 1.3.0 ]
77### Changed
8- - Updated library dependency versions.
8+ - Updated library dependency versions and updated THIRD_PARTY_LICENSES.txt
9+ and THIRD_PARTY_LICENSES_DEV.txt.
910- Updated copyrights to 2022
1011
1112### Added
1213- Support for deleteAllById() in Simple[ Reactive] NosqlRepository classes.
1314
14- ### Changed
15- - Updated library dependency versions.
16- - Updated copyrights to 2022
17-
1815## [ 1.2.0] - 2021-04-06
1916### Added
2017- Exception message for instantiate failures
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cluster or to
4040 <dependency >
4141 <groupId >org.springframework.boot</groupId >
4242 <artifactId >spring-boot-starter</artifactId >
43- <version >2.6.3 </version >
43+ <version >2.6.6 </version >
4444 </dependency >
4545 ```
4646
Original file line number Diff line number Diff line change 66
77 <groupId >com.oracle.nosql.sdk</groupId >
88 <artifactId >spring-data-oracle-nosql</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.3.0 </version >
1010
1111 <name >Oracle NoSQL Database SDK for Spring Data</name >
1212 <description >Oracle NoSQL Database SDK for Spring Data</description >
You can’t perform that action at this time.
0 commit comments