File tree Expand file tree Collapse file tree 4 files changed +119
-136
lines changed Expand file tree Collapse file tree 4 files changed +119
-136
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
91
91
com.azure:azure-security-attestation;1.0.0-beta.1;1.0.0-beta.2
92
92
com.azure:azure-security-keyvault-administration;4.0.0-beta.4;4.0.0-beta.5
93
93
com.azure:azure-security-keyvault-certificates;4.1.5;4.2.0-beta.4
94
+ com.azure:azure-security-keyvault-jca;1.0.0-beta.3;1.0.0-beta.4
94
95
com.azure:azure-security-keyvault-keys;4.2.5;4.3.0-beta.5
95
96
com.azure:azure-security-keyvault-secrets;4.2.5;4.3.0-beta.4
96
97
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
@@ -144,7 +145,6 @@ com.azure.spring:azure-spring-integration-eventhubs;2.1.0;2.2.0-beta.1
144
145
com.azure.spring:azure-spring-integration-servicebus;2.1.0;2.2.0-beta.1
145
146
com.azure.spring:azure-spring-integration-storage-queue;2.1.0;2.2.0-beta.1
146
147
com.azure.spring:azure-spring-integration-test;2.1.0;2.2.0-beta.1
147
- com.azure:azure-security-keyvault-jca;1.0.0-beta.2;1.0.0-beta.4
148
148
com.azure.spring:azure-spring-data-gremlin;2.3.1-beta.1;2.3.1-beta.1
149
149
com.azure.spring:azure-spring-boot-starter-data-gremlin;3.0.0-beta.1;3.0.0-beta.1
150
150
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.2-beta.1 (Unreleased)
3
+ ## 1.0.2 (2021-02-25)
4
+
5
+ ### Dependency Updates
6
+
7
+ - Updated Azure SDK dependency versions to more recent releases.
8
+ - Transitioned loose dependencies of Jackson, Netty, and Reactor to using their BOMs.
4
9
5
10
## 1.0.1 (2020-06-19)
6
11
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ result in all dependencies being included in your project.
22
22
<dependency >
23
23
<groupId >com.azure</groupId >
24
24
<artifactId >azure-sdk-bom</artifactId >
25
- <version >1.0.1 </version >
25
+ <version >1.0.2 </version >
26
26
<type >pom</type >
27
27
<scope >import</scope >
28
28
</dependency >
You can’t perform that action at this time.
0 commit comments