From 52e938b3d3461c394b9b616549054dbb3ece7e48 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Tue, 8 Oct 2024 13:28:44 -0300 Subject: [PATCH] Bump spring version --- apt-test-generator/src/main/resources/stub.mustache | 2 +- feign-form-spring/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-test-generator/src/main/resources/stub.mustache b/apt-test-generator/src/main/resources/stub.mustache index 015fbbad71..c5335954f3 100644 --- a/apt-test-generator/src/main/resources/stub.mustache +++ b/apt-test-generator/src/main/resources/stub.mustache @@ -1,7 +1,7 @@ package {{client.jpackage}}; -import java.util.concurrent.atomic.AtomicInteger; import feign.Experimental; +import java.util.concurrent.atomic.AtomicInteger; public class {{client.className}}Stub implements {{client.fullQualifiedName}} { diff --git a/feign-form-spring/pom.xml b/feign-form-spring/pom.xml index cca6529367..a562c9ba08 100644 --- a/feign-form-spring/pom.xml +++ b/feign-form-spring/pom.xml @@ -51,7 +51,7 @@ org.springframework spring-web - 5.3.31 + 6.1.13 compile