Skip to content

Commit 1fa1cf1

Browse files
Bump the all-dependencies group across 1 directory with 25 updates (#745)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e851fdb commit 1fa1cf1

18 files changed

Lines changed: 66 additions & 66 deletions

File tree

advanced/manual-trace-propagation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>io.opentelemetry</groupId>
2929
<artifactId>opentelemetry-api</artifactId>
30-
<version>1.55.0</version>
30+
<version>1.57.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>io.opentelemetry.instrumentation</groupId>
3434
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
35-
<version>2.21.0</version>
35+
<version>2.23.0</version>
3636
</dependency>
3737
</dependencies>
3838

advanced/migration-3x/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>com.microsoft.azure</groupId>
2929
<artifactId>applicationinsights-web</artifactId>
30-
<version>3.7.5</version>
30+
<version>3.7.6</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>io.opentelemetry</groupId>
3434
<artifactId>opentelemetry-api</artifactId>
35-
<version>1.55.0</version>
35+
<version>1.57.0</version>
3636
</dependency>
3737
</dependencies>
3838

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>1.8</java.version>
20-
<applicationinsights.agent.version>3.7.5</applicationinsights.agent.version>
20+
<applicationinsights.agent.version>3.7.6</applicationinsights.agent.version>
2121
</properties>
2222

2323
<dependencies>

opentelemetry-api/exporter/Micrometer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<dependency>
3434
<groupId>io.micrometer</groupId>
3535
<artifactId>micrometer-core</artifactId>
36-
<version>1.15.5</version>
36+
<version>1.16.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-core</artifactId>
41-
<version>1.5.20</version>
41+
<version>1.5.23</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>ch.qos.logback</groupId>
4545
<artifactId>logback-classic</artifactId>
46-
<version>1.5.20</version>
46+
<version>1.5.23</version>
4747
</dependency>
4848
</dependencies>
4949

opentelemetry-api/exporter/TrackAdvancedException/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,32 @@
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
4343
<artifactId>log4j-api</artifactId>
44-
<version>2.25.2</version>
44+
<version>2.25.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
4848
<artifactId>log4j-core</artifactId>
49-
<version>2.25.2</version>
49+
<version>2.25.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>ch.qos.logback</groupId>
5353
<artifactId>logback-core</artifactId>
54-
<version>1.5.20</version>
54+
<version>1.5.23</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>ch.qos.logback</groupId>
5858
<artifactId>logback-classic</artifactId>
59-
<version>1.5.20</version>
59+
<version>1.5.23</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-api</artifactId>
64-
<version>6.0.0</version>
64+
<version>6.0.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.junit.jupiter</groupId>
6868
<artifactId>junit-jupiter-engine</artifactId>
69-
<version>6.0.0</version>
69+
<version>6.0.1</version>
7070
</dependency>
7171
</dependencies>
7272

opentelemetry-api/exporter/TrackDependency/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
<dependency>
4343
<groupId>ch.qos.logback</groupId>
4444
<artifactId>logback-core</artifactId>
45-
<version>1.5.20</version>
45+
<version>1.5.23</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>ch.qos.logback</groupId>
4949
<artifactId>logback-classic</artifactId>
50-
<version>1.5.20</version>
50+
<version>1.5.23</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.junit.jupiter</groupId>
5454
<artifactId>junit-jupiter-api</artifactId>
55-
<version>6.0.0</version>
55+
<version>6.0.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter-engine</artifactId>
60-
<version>6.0.0</version>
60+
<version>6.0.1</version>
6161
</dependency>
6262
</dependencies>
6363
</project>

opentelemetry-api/exporter/TrackException/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,32 +46,32 @@
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
4848
<artifactId>log4j-api</artifactId>
49-
<version>2.25.2</version>
49+
<version>2.25.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.logging.log4j</groupId>
5353
<artifactId>log4j-core</artifactId>
54-
<version>2.25.2</version>
54+
<version>2.25.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>ch.qos.logback</groupId>
5858
<artifactId>logback-core</artifactId>
59-
<version>1.5.20</version>
59+
<version>1.5.23</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>ch.qos.logback</groupId>
6363
<artifactId>logback-classic</artifactId>
64-
<version>1.5.20</version>
64+
<version>1.5.23</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.junit.jupiter</groupId>
6868
<artifactId>junit-jupiter-api</artifactId>
69-
<version>6.0.0</version>
69+
<version>6.0.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>
7373
<artifactId>junit-jupiter-engine</artifactId>
74-
<version>6.0.0</version>
74+
<version>6.0.1</version>
7575
</dependency>
7676
</dependencies>
7777
</project>

opentelemetry-api/exporter/TrackMetric/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>org.junit.jupiter</groupId>
3232
<artifactId>junit-jupiter-api</artifactId>
33-
<version>6.0.0</version>
33+
<version>6.0.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.junit.jupiter</groupId>
3737
<artifactId>junit-jupiter-engine</artifactId>
38-
<version>6.0.0</version>
38+
<version>6.0.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.opentelemetry</groupId>
@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>ch.qos.logback</groupId>
5959
<artifactId>logback-core</artifactId>
60-
<version>1.5.20</version>
60+
<version>1.5.23</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>ch.qos.logback</groupId>
6464
<artifactId>logback-classic</artifactId>
65-
<version>1.5.20</version>
65+
<version>1.5.23</version>
6666
</dependency>
6767
</dependencies>
6868

opentelemetry-api/exporter/TrackTrace/Log4j2/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
<dependency>
3838
<groupId>org.apache.logging.log4j</groupId>
3939
<artifactId>log4j-slf4j2-impl</artifactId>
40-
<version>2.25.2</version>
40+
<version>2.25.3</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.logging.log4j</groupId>
4444
<artifactId>log4j-api</artifactId>
45-
<version>2.25.2</version>
45+
<version>2.25.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.logging.log4j</groupId>
4949
<artifactId>log4j-core</artifactId>
50-
<version>2.25.2</version>
50+
<version>2.25.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.opentelemetry.instrumentation</groupId>
@@ -56,12 +56,12 @@
5656
<dependency>
5757
<groupId>org.junit.jupiter</groupId>
5858
<artifactId>junit-jupiter-api</artifactId>
59-
<version>6.0.0</version>
59+
<version>6.0.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>
64-
<version>6.0.0</version>
64+
<version>6.0.1</version>
6565
</dependency>
6666
</dependencies>
6767
</project>

opentelemetry-api/exporter/TrackTrace/Logback/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
<dependency>
4747
<groupId>ch.qos.logback</groupId>
4848
<artifactId>logback-core</artifactId>
49-
<version>1.5.20</version>
49+
<version>1.5.23</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>ch.qos.logback</groupId>
5353
<artifactId>logback-classic</artifactId>
54-
<version>1.5.20</version>
54+
<version>1.5.23</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.junit.jupiter</groupId>
5858
<artifactId>junit-jupiter-api</artifactId>
59-
<version>6.0.0</version>
59+
<version>6.0.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>
64-
<version>6.0.0</version>
64+
<version>6.0.1</version>
6565
</dependency>
6666
</dependencies>
6767

0 commit comments

Comments
 (0)