diff --git a/genai-function-calling/spring-ai/README.md b/genai-function-calling/spring-ai/README.md index 942dfc2..ed56fd3 100644 --- a/genai-function-calling/spring-ai/README.md +++ b/genai-function-calling/spring-ai/README.md @@ -55,7 +55,7 @@ Or to run with Maven: ## Notes The LLM should generate something like "The latest stable version of -Elasticsearch is 8.18.1", unless it hallucinates. Just run it again, if you +Elasticsearch is 8.19.3", unless it hallucinates. Just run it again, if you see something else. Spring AI uses Micrometer which bridges to OpenTelemetry, but needs a few diff --git a/genai-function-calling/spring-ai/pom.xml b/genai-function-calling/spring-ai/pom.xml index dc78963..61e9b40 100644 --- a/genai-function-calling/spring-ai/pom.xml +++ b/genai-function-calling/spring-ai/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.5 co.elastic.observability-labs @@ -15,7 +15,7 @@ Function Calling with Spring AI 21 - 1.0.0 + 1.0.1 @@ -50,8 +50,8 @@ co.elastic.otel elastic-otel-javaagent - 1.4.1 - optional + 1.5.0 + provided @@ -102,7 +102,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.0 + 3.5.1