Skip to content

Commit 226cf3f

Browse files
Merge pull request #224359 from trask/update-version
Update version
2 parents 999847f + 0a39c02 commit 226cf3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Structured logging (attaching custom dimensions to your logs) can be accomplishe
520520
<dependency>
521521
<groupId>com.microsoft.azure</groupId>
522522
<artifactId>applicationinsights-core</artifactId>
523-
<version>3.4.7</version>
523+
<version>3.4.8</version>
524524
</dependency>
525525
```
526526

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To enable Application Insights Java programmatically, you must add the following
4545
<dependency>
4646
<groupId>com.microsoft.azure</groupId>
4747
<artifactId>applicationinsights-runtime-attach</artifactId>
48-
<version>3.4.3</version>
48+
<version>3.4.8</version>
4949
</dependency>
5050
```
5151

0 commit comments

Comments
 (0)