File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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 >
6671 <version >${otel.metrics.api.version} </version >
6772 </dependency >
6873 </dependencies >
69-
7074 <build >
7175 <plugins >
7276 <plugin >
You can’t perform that action at this time.
0 commit comments