File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11target /** 
2+ build /** 
3+ lib /** 
4+ .idea /** 
25/* .iml 
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ 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- ## [ 1.7.0]   [ unreleased ]  
6+ ## [ 1.7.0]  
77### Added  
88-  Added the checks to verify entity definition matches with corresponding 
99  table in the database during table creation.
1010
1111### Changed  
12+ -  Upgrade NoSQL Java SDK dependency to version 5.4.11.
1213
1314## [ 1.6.0]  
1415### Added  
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.6.0 </version >
9+     <version >1.7.1 </version >
1010
1111    <name >Oracle NoSQL Database SDK for Spring Data</name >
1212    <description >Oracle NoSQL Database SDK for Spring Data</description >
4545        <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4646        <maven .build.timestamp.format>MM-dd-HH-mm-ss</maven .build.timestamp.format>
4747
48-         <nosqldriver .version>5.4.10 </nosqldriver .version>
48+         <nosqldriver .version>5.4.11 </nosqldriver .version>
4949
5050        <spring .springframework.version>5.3.27</spring .springframework.version>
5151        <spring .data.version>2.7.0</spring .data.version>
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments