Skip to content

Commit 9d7be15

Browse files
Bump Microsoft.ApplicationInsights from 2.22.0 to 2.23.0 (#1169)
* Bump Microsoft.ApplicationInsights from 2.22.0 to 2.23.0 Bumps [Microsoft.ApplicationInsights](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md) - [Commits](microsoft/ApplicationInsights-dotnet@2.22.0...2.23.0) --- updated-dependencies: - dependency-name: Microsoft.ApplicationInsights dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update performance --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
1 parent b81fa64 commit 9d7be15

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
44
<PackageVersion Include="Grpc.Net.Client" Version="2.66.0"/>
5-
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
5+
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.23.0" />
66
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
77
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
88
<PackageVersion Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />

performance/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@
18161816
"dependencies": {
18171817
"Azure.Core": "[1.41.0, )",
18181818
"Azure.Identity": "[1.12.1, )",
1819-
"Microsoft.ApplicationInsights": "[2.22.0, )",
1819+
"Microsoft.ApplicationInsights": "[2.23.0, )",
18201820
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18211821
"Microsoft.Azure.WebJobs": "[3.0.41, )",
18221822
"Microsoft.Data.SqlClient": "[5.2.2, )",
@@ -1892,9 +1892,9 @@
18921892
},
18931893
"Microsoft.ApplicationInsights": {
18941894
"type": "CentralTransitive",
1895-
"requested": "[2.22.0, )",
1896-
"resolved": "2.22.0",
1897-
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
1895+
"requested": "[2.23.0, )",
1896+
"resolved": "2.23.0",
1897+
"contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
18981898
"dependencies": {
18991899
"System.Diagnostics.DiagnosticSource": "5.0.0"
19001900
}

samples/samples-csharp/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@
16811681
"dependencies": {
16821682
"Azure.Core": "[1.41.0, )",
16831683
"Azure.Identity": "[1.12.1, )",
1684-
"Microsoft.ApplicationInsights": "[2.22.0, )",
1684+
"Microsoft.ApplicationInsights": "[2.23.0, )",
16851685
"Microsoft.AspNetCore.Http": "[2.2.2, )",
16861686
"Microsoft.Azure.WebJobs": "[3.0.41, )",
16871687
"Microsoft.Data.SqlClient": "[5.2.2, )",
@@ -1693,9 +1693,9 @@
16931693
},
16941694
"Microsoft.ApplicationInsights": {
16951695
"type": "CentralTransitive",
1696-
"requested": "[2.22.0, )",
1697-
"resolved": "2.22.0",
1698-
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
1696+
"requested": "[2.23.0, )",
1697+
"resolved": "2.23.0",
1698+
"contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
16991699
"dependencies": {
17001700
"System.Diagnostics.DiagnosticSource": "5.0.0"
17011701
}

src/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"Microsoft.ApplicationInsights": {
3737
"type": "Direct",
38-
"requested": "[2.22.0, )",
39-
"resolved": "2.22.0",
40-
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
38+
"requested": "[2.23.0, )",
39+
"resolved": "2.23.0",
40+
"contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
4141
"dependencies": {
4242
"System.Diagnostics.DiagnosticSource": "5.0.0"
4343
}

test/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@
18301830
"dependencies": {
18311831
"Azure.Core": "[1.41.0, )",
18321832
"Azure.Identity": "[1.12.1, )",
1833-
"Microsoft.ApplicationInsights": "[2.22.0, )",
1833+
"Microsoft.ApplicationInsights": "[2.23.0, )",
18341834
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18351835
"Microsoft.Azure.WebJobs": "[3.0.41, )",
18361836
"Microsoft.Data.SqlClient": "[5.2.2, )",
@@ -1854,9 +1854,9 @@
18541854
},
18551855
"Microsoft.ApplicationInsights": {
18561856
"type": "CentralTransitive",
1857-
"requested": "[2.22.0, )",
1858-
"resolved": "2.22.0",
1859-
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
1857+
"requested": "[2.23.0, )",
1858+
"resolved": "2.23.0",
1859+
"contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
18601860
"dependencies": {
18611861
"System.Diagnostics.DiagnosticSource": "5.0.0"
18621862
}

0 commit comments

Comments
 (0)