Skip to content

Commit 69712a8

Browse files
Bump Microsoft.ApplicationInsights.AspNetCore from 3.1.1 to 3.1.2 (#427)
--- updated-dependencies: - dependency-name: Microsoft.ApplicationInsights.AspNetCore dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 702a962 commit 69712a8

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

src/Api/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"Microsoft.ApplicationInsights.AspNetCore": {
4343
"type": "Direct",
44-
"requested": "[3.1.1, )",
45-
"resolved": "3.1.1",
46-
"contentHash": "+vVX1KJFGcZBPSCrTUG2yZf9GQ9O9LFog+JhSFhuuvlNfyQEjNzotys/UKQs4/BE7tBl9f6iK+HqJuNbqjmNIw==",
44+
"requested": "[3.1.2, )",
45+
"resolved": "3.1.2",
46+
"contentHash": "L8JeWrQNmUMeplxBZFqVWrwiK456SlaKZ59Up+ilZhkpHKMSbxfIX1rmbxoh9GnHVf5pNutlvzMMqJNl2uTlbA==",
4747
"dependencies": {
48-
"Microsoft.ApplicationInsights": "3.1.1",
48+
"Microsoft.ApplicationInsights": "3.1.2",
4949
"OpenTelemetry.Extensions.Hosting": "1.15.3",
5050
"OpenTelemetry.Instrumentation.AspNetCore": "1.15.2",
5151
"OpenTelemetry.Instrumentation.Http": "1.15.1",
@@ -229,8 +229,8 @@
229229
},
230230
"Microsoft.ApplicationInsights": {
231231
"type": "Transitive",
232-
"resolved": "3.1.1",
233-
"contentHash": "TbHfN7FKYAutSKY7p4TRoZTDunD+RUCiWXKOpuPhaNCPhxD8lA+wYYPqkpAt16YaUKXCYV7JhRpLN/MSbG40cg==",
232+
"resolved": "3.1.2",
233+
"contentHash": "E+8N7Q6GS/AcyJ0xuYA48nVL4eQGGOSJZvNz/R7qQtMGCUwjLzQe9Ttpgh/7eQktngsUuNGaEzBhM7IUU0t4xA==",
234234
"dependencies": {
235235
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.0"
236236
}

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
55
<PackageVersion Include="Asp.Versioning.Mvc.ApiExplorer" Version="10.0.0" />
66
<PackageVersion Include="DotNetEnv" Version="3.2.0" />
7-
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.1.1" />
7+
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.1.2" />
88
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="[10.0.8, 11.0.0)" />
99
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="[10.0.8, 11.0.0)" />
1010
<PackageVersion Include="Microsoft.Extensions.Http" Version="[10.0.8, 11.0.0)" />

tests/ArchitectureTests/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,18 @@
153153
},
154154
"Microsoft.ApplicationInsights": {
155155
"type": "Transitive",
156-
"resolved": "3.1.1",
157-
"contentHash": "TbHfN7FKYAutSKY7p4TRoZTDunD+RUCiWXKOpuPhaNCPhxD8lA+wYYPqkpAt16YaUKXCYV7JhRpLN/MSbG40cg==",
156+
"resolved": "3.1.2",
157+
"contentHash": "E+8N7Q6GS/AcyJ0xuYA48nVL4eQGGOSJZvNz/R7qQtMGCUwjLzQe9Ttpgh/7eQktngsUuNGaEzBhM7IUU0t4xA==",
158158
"dependencies": {
159159
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.0"
160160
}
161161
},
162162
"Microsoft.ApplicationInsights.AspNetCore": {
163163
"type": "Transitive",
164-
"resolved": "3.1.1",
165-
"contentHash": "+vVX1KJFGcZBPSCrTUG2yZf9GQ9O9LFog+JhSFhuuvlNfyQEjNzotys/UKQs4/BE7tBl9f6iK+HqJuNbqjmNIw==",
164+
"resolved": "3.1.2",
165+
"contentHash": "L8JeWrQNmUMeplxBZFqVWrwiK456SlaKZ59Up+ilZhkpHKMSbxfIX1rmbxoh9GnHVf5pNutlvzMMqJNl2uTlbA==",
166166
"dependencies": {
167-
"Microsoft.ApplicationInsights": "3.1.1",
167+
"Microsoft.ApplicationInsights": "3.1.2",
168168
"OpenTelemetry.Extensions.Hosting": "1.15.3",
169169
"OpenTelemetry.Instrumentation.AspNetCore": "1.15.2",
170170
"OpenTelemetry.Instrumentation.Http": "1.15.1",
@@ -746,7 +746,7 @@
746746
"Azure.Identity": "[1.21.0, )",
747747
"Common": "[1.0.0, )",
748748
"DotNetEnv": "[3.2.0, )",
749-
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.1, )",
749+
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.2, )",
750750
"Microsoft.AspNetCore.OpenApi": "[10.0.8, 11.0.0)",
751751
"Microsoft.Extensions.Logging.ApplicationInsights": "[2.23.0, )",
752752
"Scalar.AspNetCore": "[2.14.14, )",

tests/E2ETests/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,18 @@
150150
},
151151
"Microsoft.ApplicationInsights": {
152152
"type": "Transitive",
153-
"resolved": "3.1.1",
154-
"contentHash": "TbHfN7FKYAutSKY7p4TRoZTDunD+RUCiWXKOpuPhaNCPhxD8lA+wYYPqkpAt16YaUKXCYV7JhRpLN/MSbG40cg==",
153+
"resolved": "3.1.2",
154+
"contentHash": "E+8N7Q6GS/AcyJ0xuYA48nVL4eQGGOSJZvNz/R7qQtMGCUwjLzQe9Ttpgh/7eQktngsUuNGaEzBhM7IUU0t4xA==",
155155
"dependencies": {
156156
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.0"
157157
}
158158
},
159159
"Microsoft.ApplicationInsights.AspNetCore": {
160160
"type": "Transitive",
161-
"resolved": "3.1.1",
162-
"contentHash": "+vVX1KJFGcZBPSCrTUG2yZf9GQ9O9LFog+JhSFhuuvlNfyQEjNzotys/UKQs4/BE7tBl9f6iK+HqJuNbqjmNIw==",
161+
"resolved": "3.1.2",
162+
"contentHash": "L8JeWrQNmUMeplxBZFqVWrwiK456SlaKZ59Up+ilZhkpHKMSbxfIX1rmbxoh9GnHVf5pNutlvzMMqJNl2uTlbA==",
163163
"dependencies": {
164-
"Microsoft.ApplicationInsights": "3.1.1",
164+
"Microsoft.ApplicationInsights": "3.1.2",
165165
"OpenTelemetry.Extensions.Hosting": "1.15.3",
166166
"OpenTelemetry.Instrumentation.AspNetCore": "1.15.2",
167167
"OpenTelemetry.Instrumentation.Http": "1.15.1",
@@ -887,7 +887,7 @@
887887
"Azure.Identity": "[1.21.0, )",
888888
"Common": "[1.0.0, )",
889889
"DotNetEnv": "[3.2.0, )",
890-
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.1, )",
890+
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.2, )",
891891
"Microsoft.AspNetCore.OpenApi": "[10.0.8, 11.0.0)",
892892
"Microsoft.Extensions.Logging.ApplicationInsights": "[2.23.0, )",
893893
"Scalar.AspNetCore": "[2.14.14, )",

tests/IntegrationTests/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,18 +271,18 @@
271271
},
272272
"Microsoft.ApplicationInsights": {
273273
"type": "Transitive",
274-
"resolved": "3.1.1",
275-
"contentHash": "TbHfN7FKYAutSKY7p4TRoZTDunD+RUCiWXKOpuPhaNCPhxD8lA+wYYPqkpAt16YaUKXCYV7JhRpLN/MSbG40cg==",
274+
"resolved": "3.1.2",
275+
"contentHash": "E+8N7Q6GS/AcyJ0xuYA48nVL4eQGGOSJZvNz/R7qQtMGCUwjLzQe9Ttpgh/7eQktngsUuNGaEzBhM7IUU0t4xA==",
276276
"dependencies": {
277277
"Azure.Monitor.OpenTelemetry.Exporter": "1.8.0"
278278
}
279279
},
280280
"Microsoft.ApplicationInsights.AspNetCore": {
281281
"type": "Transitive",
282-
"resolved": "3.1.1",
283-
"contentHash": "+vVX1KJFGcZBPSCrTUG2yZf9GQ9O9LFog+JhSFhuuvlNfyQEjNzotys/UKQs4/BE7tBl9f6iK+HqJuNbqjmNIw==",
282+
"resolved": "3.1.2",
283+
"contentHash": "L8JeWrQNmUMeplxBZFqVWrwiK456SlaKZ59Up+ilZhkpHKMSbxfIX1rmbxoh9GnHVf5pNutlvzMMqJNl2uTlbA==",
284284
"dependencies": {
285-
"Microsoft.ApplicationInsights": "3.1.1",
285+
"Microsoft.ApplicationInsights": "3.1.2",
286286
"OpenTelemetry.Extensions.Hosting": "1.15.3",
287287
"OpenTelemetry.Instrumentation.AspNetCore": "1.15.2",
288288
"OpenTelemetry.Instrumentation.Http": "1.15.1",
@@ -1035,7 +1035,7 @@
10351035
"Azure.Identity": "[1.21.0, )",
10361036
"Common": "[1.0.0, )",
10371037
"DotNetEnv": "[3.2.0, )",
1038-
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.1, )",
1038+
"Microsoft.ApplicationInsights.AspNetCore": "[3.1.2, )",
10391039
"Microsoft.AspNetCore.OpenApi": "[10.0.8, 11.0.0)",
10401040
"Microsoft.Extensions.Logging.ApplicationInsights": "[2.23.0, )",
10411041
"Scalar.AspNetCore": "[2.14.14, )",

0 commit comments

Comments
 (0)