Skip to content

Commit 0fa5fe0

Browse files
Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2 (#760)
* Update grpc-protobuf in pom.xml * Update pom.xml * Update azure-pipelines-e2e-integration-tests.yml * Update azure-pipelines.yml * Update package-pipeline.ps1 * Update setup-tests-pipeline.ps1
1 parent e7d6fd4 commit 0fa5fe0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

azure-pipelines-e2e-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger: none
88
jobs:
99
- job: "End_to_end_integration_tests"
1010
variables:
11-
ApplicationInsightAgentVersion: 3.5.1
11+
ApplicationInsightAgentVersion: 3.5.2
1212
displayName: 'End to end integration tests'
1313
strategy:
1414
maxParallel: 1

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
dependsOn: Build
8383
variables:
8484
buildNumber: $[ dependencies.Build.outputs['output.buildNumber'] ]
85-
ApplicationInsightAgentVersion: 3.5.1
85+
ApplicationInsightAgentVersion: 3.5.2
8686
strategy:
8787
maxParallel: 1
8888
matrix:

package-pipeline.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function StopOnFailedExecution {
1010
}
1111
}
1212

13-
$ApplicationInsightsAgentVersion = '3.5.1'
13+
$ApplicationInsightsAgentVersion = '3.5.2'
1414
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
1515
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
1616

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
<dependency>
7373
<groupId>io.grpc</groupId>
7474
<artifactId>grpc-protobuf</artifactId>
75-
<version>1.61.0</version>
75+
<version>1.64.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>io.grpc</groupId>
7979
<artifactId>grpc-stub</artifactId>
80-
<version>1.61.0</version>
80+
<version>1.64.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.grpc</groupId>
8484
<artifactId>grpc-netty-shaded</artifactId>
85-
<version>1.61.0</version>
85+
<version>1.64.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.code.gson</groupId>
@@ -321,4 +321,4 @@
321321
</plugin>
322322
</plugins>
323323
</build>
324-
</project>
324+
</project>

setup-tests-pipeline.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else
2929

3030
$FUNC_CLI_DIRECTORY = Join-Path $PSScriptRoot 'Azure.Functions.Cli'
3131

32-
$ApplicationInsightsAgentVersion = '3.5.1'
32+
$ApplicationInsightsAgentVersion = '3.5.2'
3333
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
3434
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
3535

0 commit comments

Comments
 (0)