Skip to content

Commit

Permalink
Bump spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Oct 8, 2024
1 parent f9734b0 commit 52e938b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apt-test-generator/src/main/resources/stub.mustache
Original file line number Diff line number Diff line change
@@ -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}} {
Expand Down
2 changes: 1 addition & 1 deletion feign-form-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.31</version>
<version>6.1.13</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 52e938b

Please sign in to comment.