File tree Expand file tree Collapse file tree 9 files changed +12
-9
lines changed
azure-spring-data-cosmos-test
azure-spring-boot-samples
azure-spring-boot-sample-cosmos-multi-database-multi-account
azure-spring-boot-sample-cosmos-multi-database-single-account
azure-spring-boot-starter-cosmos Expand file tree Collapse file tree 9 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 436436 <dependency >
437437 <groupId >com.azure</groupId >
438438 <artifactId >azure-spring-data-cosmos</artifactId >
439- <version >3.5 .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
439+ <version >3.6.0-beta .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
440440 </dependency >
441441 <dependency >
442442 <groupId >com.azure.spring</groupId >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ com.azure:azure-security-keyvault-jca;1.0.0-beta.5;1.0.0-beta.6
9898com.azure:azure-security-keyvault-keys;4.2.6;4.3.0-beta.6
9999com.azure:azure-security-keyvault-secrets;4.2.6;4.3.0-beta.5
100100com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
101- com.azure:azure-spring-data-cosmos;3.5.0 ;3.5 .1
101+ com.azure:azure-spring-data-cosmos;3.5.1 ;3.6.0-beta .1
102102com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
103103com.azure:azure-storage-blob;12.10.1;12.11.0-beta.2
104104com.azure:azure-storage-blob-batch;12.8.0;12.9.0-beta.2
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.azure</groupId >
3232 <artifactId >azure-spring-data-cosmos</artifactId >
33- <version >3.5 .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
33+ <version >3.6.0-beta .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
3434 </dependency >
3535 <!-- Test -->
3636 <dependency >
Original file line number Diff line number Diff line change 11## Release History
22
3+ ## 3.6.0-beta.1 (Unreleased)
4+
5+
36### 3.5.1 (2021-03-24)
47#### Key Bug Fixes
58* Updated ` azure-cosmos ` to hotfix version 4.13.1.
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.azure</groupId >
1414 <artifactId >azure-spring-data-cosmos</artifactId >
15- <version >3.5 .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
15+ <version >3.6.0-beta .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
1616 <packaging >jar</packaging >
1717 <name >Spring Data for Azure Cosmos DB SQL API</name >
1818 <description >Spring Data for Azure Cosmos DB SQL API</description >
7575 <dependency >
7676 <groupId >com.azure</groupId >
7777 <artifactId >azure-cosmos</artifactId >
78- <version >4.13. 1</version > <!-- {x-version-update;com.azure:azure-cosmos;dependency } -->
78+ <version >4.14.0-beta. 1</version > <!-- {x-version-update;com.azure:azure-cosmos;current } -->
7979 </dependency >
8080 <dependency >
8181 <groupId >com.fasterxml.jackson.module</groupId >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.azure</groupId >
2929 <artifactId >azure-spring-data-cosmos</artifactId >
30- <version >3.5 .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
30+ <version >3.6.0-beta .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
3131 </dependency >
3232 </dependencies >
3333</project >
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >com.azure</groupId >
2424 <artifactId >azure-spring-data-cosmos</artifactId >
25- <version >3.5 .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
25+ <version >3.6.0-beta .1</version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
2626 </dependency >
2727 </dependencies >
2828</project >
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >com.azure</groupId >
4040 <artifactId >azure-spring-data-cosmos</artifactId >
41- <version >3.5.0 </version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
41+ <version >3.5.1 </version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
4242 </dependency >
4343 </dependencies >
4444
Original file line number Diff line number Diff line change 122122 <dependency >
123123 <groupId >com.azure</groupId >
124124 <artifactId >azure-spring-data-cosmos</artifactId >
125- <version >3.5.0 </version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
125+ <version >3.5.1 </version > <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
126126 <optional >true</optional >
127127 </dependency >
128128
You can’t perform that action at this time.
0 commit comments