diff --git a/applications/spring-ai-demo/pom.xml b/applications/spring-ai-demo/pom.xml
index cfb171b..bee8742 100644
--- a/applications/spring-ai-demo/pom.xml
+++ b/applications/spring-ai-demo/pom.xml
@@ -17,7 +17,7 @@
21
- 1.0.0
+ 1.0.9
@@ -25,7 +25,7 @@
io.opentelemetry.instrumentation
opentelemetry-instrumentation-bom
- 2.17.0
+ 2.28.1
pom
import
@@ -63,15 +63,29 @@
spring-boot-starter-actuator
+
io.micrometer
micrometer-tracing-bridge-otel
+
+
+ io.opentelemetry.instrumentation
+ opentelemetry-instrumentation-api-incubator
+
+
io.opentelemetry
opentelemetry-exporter-otlp
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
@@ -82,4 +96,4 @@
-
\ No newline at end of file
+