File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
appconfiguration/azure-data-appconfiguration
monitor/azure-opentelemetry-exporter-azuremonitor Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ com.azure:azure-cosmos;4.10.0;4.11.0
6767com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
6868com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
6969com.azure:azure-cosmos-encryption;1.0.0-beta.1;1.0.0-beta.1
70- com.azure:azure-data-appconfiguration;1.1.7 ;1.2.0-beta.1
70+ com.azure:azure-data-appconfiguration;1.1.8 ;1.2.0-beta.1
7171com.azure:azure-data-schemaregistry;1.0.0-beta.4;1.0.0-beta.5
7272com.azure:azure-data-schemaregistry-avro;1.0.0-beta.4;1.0.0-beta.5
7373com.azure:azure-data-tables;12.0.0-beta.3;12.0.0-beta.4
Original file line number Diff line number Diff line change 11# Release History
2-
32## 1.2.0-beta.1 (Unreleased)
43
54
5+ ## 1.1.8 (2021-01-14)
6+ ### Dependency updates
7+ - Update dependency version, ` azure-core ` to 1.12.0 and ` azure-core-http-netty ` to 1.7.1.
8+
69## 1.1.7 (2020-11-12)
710### Dependency updates
811- Update dependency version, ` azure-core ` to 1.10.0 and ` azure-core-http-netty ` to 1.6.3.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Use the client library for App Configuration to create and manage application co
2323<dependency >
2424 <groupId >com.azure</groupId >
2525 <artifactId >azure-data-appconfiguration</artifactId >
26- <version >1.1.7 </version >
26+ <version >1.1.8 </version >
2727</dependency >
2828```
2929[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 8787 <dependency >
8888 <groupId >com.azure</groupId >
8989 <artifactId >azure-data-appconfiguration</artifactId >
90- <version >1.1.7 </version > <!-- {x-version-update;com.azure:azure-data-appconfiguration;dependency} -->
90+ <version >1.1.8 </version > <!-- {x-version-update;com.azure:azure-data-appconfiguration;dependency} -->
9191 <scope >test</scope >
9292 </dependency >
9393
You can’t perform that action at this time.
0 commit comments