Skip to content

Commit a52dc62

Browse files
committed
Upgraded OTel, Fixed PostConstruct
1 parent 492518f commit a52dc62

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.7.11</version>
13+
<version>3.1.1</version>
1414
<relativePath />
1515
</parent>
1616

@@ -45,15 +45,20 @@
4545
<version>4.13.2</version>
4646
<scope>compile</scope>
4747
</dependency>
48+
<dependency>
49+
<groupId>javax.annotation</groupId>
50+
<artifactId>javax.annotation-api</artifactId>
51+
<version>1.3.2</version>
52+
</dependency>
4853
<dependency>
4954
<groupId>io.opentelemetry</groupId>
5055
<artifactId>opentelemetry-api</artifactId>
51-
<version>1.26.0</version>
56+
<version>1.27.0</version>
5257
</dependency>
5358
<dependency>
5459
<groupId>io.opentelemetry.instrumentation</groupId>
5560
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
56-
<version>1.26.0</version>
61+
<version>1.27.0</version>
5762
</dependency>
5863
<dependency>
5964
<groupId>io.opentelemetry</groupId>
@@ -66,7 +71,6 @@
6671
<version>${otel.metrics.api.version}</version>
6772
</dependency>
6873
</dependencies>
69-
7074
<build>
7175
<plugins>
7276
<plugin>

0 commit comments

Comments
 (0)