From dbd896f82d8f3af88af4368c88d039c5f73d7825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20S=C3=A1nchez?= Date: Tue, 7 Jul 2026 23:25:21 +0200 Subject: [PATCH] Update Spring Boot and Embabel agent versions --- README.md | 2 +- pom.xml | 4 ++-- .../java/com/embabel/template/ProjectNameApplication.java | 2 +- .../java/com/embabel/template/agent/WriteAndReviewAgent.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b0d002..75317a8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Starting point for your own agent development using the [Embabel framework](https://github.com/embabel/embabel-agent). -Uses Spring Boot 3.5.9 and Embabel 0.3.1. +Uses Spring Boot 3.5.16 and Embabel 1.0.0. Add your magic here! diff --git a/pom.xml b/pom.xml index ce7cc6d..0cae65b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.13 + 3.5.16 com.embabel.template @@ -18,7 +18,7 @@ 21 - 0.3.5 + 1.0.0 diff --git a/src/main/java/com/embabel/template/ProjectNameApplication.java b/src/main/java/com/embabel/template/ProjectNameApplication.java index bd8a71a..ca06bf2 100644 --- a/src/main/java/com/embabel/template/ProjectNameApplication.java +++ b/src/main/java/com/embabel/template/ProjectNameApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2024-2025 Embabel Software, Inc. + * Copyright 2024-2026 Embabel Software, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java b/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java index f366574..eae035a 100644 --- a/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java +++ b/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2024-2025 Embabel Software, Inc. + * Copyright 2024-2026 Embabel Software, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.