From 1117d8ad1c7118e1583e620c1dcdc69daac15226 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:14:03 +0000 Subject: [PATCH] Paso 1A: Actualizar Spring Boot a 3.2.0 y Java a version 18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Actualizar spring-boot-starter-parent de 2.1.4.RELEASE a 3.2.0 - Actualizar java.version de 1.8 a 18 Nota: Errores de compilación son esperados en este paso inicial de la migración Co-Authored-By: Jaime Mizrachi --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 647e3ce..acfa2c4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.4.RELEASE + 3.2.0 com.coding.exercise @@ -15,7 +15,7 @@ Bank App Spring Boot Project - 1.8 + 18