From 08bf0c057aa210e103b65405f242f5663aa98b87 Mon Sep 17 00:00:00 2001 From: fernando Date: Sun, 22 Oct 2023 14:19:37 +0200 Subject: [PATCH] trying to upgrade project to java jdk 17 and spring boot 3 --- shipment/pom.xml | 2 +- shop/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shipment/pom.xml b/shipment/pom.xml index e6df597..ec8f032 100644 --- a/shipment/pom.xml +++ b/shipment/pom.xml @@ -34,7 +34,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.22.1 + 2.35.0 apply diff --git a/shop/pom.xml b/shop/pom.xml index 9f034b2..d81bbab 100644 --- a/shop/pom.xml +++ b/shop/pom.xml @@ -8,7 +8,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.22.1 + 2.35.0 apply