File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed
azureadexternalidentities
azure-communication-common-perf
azure-communication-common Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >com.azure</groupId >
70
70
<artifactId >azure-communication-common</artifactId >
71
- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
71
+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
58
58
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
59
59
com.azure:azure-communication-chat;1.2.0;1.3.0-beta.1
60
60
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
61
- com.azure:azure-communication-common;1.1.1;1.2.0-beta.1
61
+ com.azure:azure-communication-common;1.1.1;1.1.2
62
62
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
63
63
com.azure:azure-communication-sms;1.1.0;1.2.0-beta.1
64
64
com.azure:azure-communication-identity;1.1.7;1.2.0-beta.2
Original file line number Diff line number Diff line change 23
23
<plugin >
24
24
<groupId >org.jacoco</groupId >
25
25
<artifactId >jacoco-maven-plugin</artifactId >
26
- <version >0.8.5 </version > <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
26
+ <version >0.8.7 </version > <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
27
27
<executions >
28
28
<execution >
29
29
<id >report-aggregate</id >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.azure</groupId >
30
30
<artifactId >azure-communication-common</artifactId >
31
- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31
+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.2.0-beta.1 (Unreleased )
3
+ ## 1.1.2 (2022-04-07 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
5
+ ### Other Changes
8
6
9
- ### Bugs Fixed
7
+ #### Dependency Updates
10
8
11
- ### Other Changes
9
+ - Upgraded ` azure-core ` from ` 1.26.0 ` to version ` 1.27.0 ` .
10
+ - Upgraded ` azure-core-http-netty ` from ` 1.11.8 ` to version ` 1.11.9 ` .
12
11
13
12
## 1.1.1 (2022-03-09)
14
13
Original file line number Diff line number Diff line change 13
13
<groupId >com.azure</groupId >
14
14
<artifactId >azure-communication-common</artifactId >
15
15
<packaging >jar</packaging >
16
- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16
+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-communication-common;current} -->
17
17
18
18
<name >Microsoft Azure common library for communication service client</name >
19
19
<description >
You can’t perform that action at this time.
0 commit comments