Skip to content

Commit 3160513

Browse files
committed
upgrade spring boot 3.1.3
1 parent a96dc6e commit 3160513

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class App {
4040

4141
@Bean
4242
PostApi postApi(HttpServiceProxyFactory factory) {
43-
return factory.createClient(UserClient.class);
43+
return factory.createClient(PostApi.class);
4444
}
4545
}
4646

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=com.freemanan
22
artifact=httpexchange-spring-boot-starter
33
version=3.1.3-SNAPSHOT
44

5-
springBootVersion=3.1.2
5+
springBootVersion=3.1.3
66
springCloudVersion=2022.0.4
77
spotlessVersion=6.20.0
88
spotbugsVersion=6.0.0-beta.3

src/test/java/com/freemanan/starter/Dependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* @author Freeman
55
*/
66
public class Dependencies {
7-
public static final String springBootVersion = "3.1.2";
7+
public static final String springBootVersion = "3.1.3";
88
}

0 commit comments

Comments
 (0)